#4575ef

Color #4575EF Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #4575EF

Tints of Royal Blue #4575EF

Color information

#4575EF (or 0x4575EF) is unknown color: approx Royal Blue. HEX triplet: 45, 75 and EF. RGB value is (69,117,239). Sum of RGB (Red+Green+Blue) = 69+117+239=425 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.24% from 425); Green value is 117 (46.09% from 255 or 27.53% from 425); Blue value is 239 (93.75% from 255 or 56.24% from 425); Max value from RGB is 239 - color contains mainly: blue. Hex color #4575EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4575EF is #BA8A10. Grayscale: #747474. Windows color (decimal): -12225041 or 15693125. OLE color: 15693125.

HSL color Cylindrical-coordinate representation of color #4575EF: hue angle of 223.06º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4575EF is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB69117239-
CMYK0.710.5100.06
HSL223.06º84.16%60.39%-
HSV(B)223.06º71.13%93.73%-
XYZ24.420.2284.28-
YUV116.56197.194.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 69 (27.34% from 255) = 16.24%
GREEN value IS 117 (46.09% from 255) = 27.53%
BLUE value IS 239 (93.75% from 255) = 56.24%
R=16.24%
G=27.53%
B=56.24%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal691172390.710.5100.06223.0684.1660.39
Hex4575EF473306df543c
Octal105165357107630633712474
Binary100010111101011110111110001111100110110110111111010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4575ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4575ef; }

 p { color: rgb(69,117,239); }

 H1.HeaderClassName
 {
   color: #4575ef;
 }
 .AnyTagClassName
 {
   color: #4575ef;
 }
</style>
background-color css

<style>
 a { background-color: #4575ef; }

 a { background-color: rgb(69,117,239); }

 div.DivClassName
 {
   background-color: #4575ef;
 }
 .BgClassName
 {
   background-color: #4575ef;
 }
</style>
border-color css

<style>
 span { border-color: #4575ef; }

 span { border-color: rgb(69,117,239); }

 td.TdClassName
 {
   border-color: #4575ef;
 }
 .TagClassName
 {
   border-color: #4575ef;
 }
</style>