#4475ED

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

Shades of Royal Blue #4475ED

Tints of Royal Blue #4475ED

Color information

#4475ED (or 0x4475ED) is unknown color: approx Royal Blue. HEX triplet: 44, 75 and ED. RGB value is (68,117,237). Sum of RGB (Red+Green+Blue) = 68+117+237=422 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.11% from 422); Green value is 117 (46.09% from 255 or 27.73% from 422); Blue value is 237 (92.97% from 255 or 56.16% from 422); Max value from RGB is 237 - color contains mainly: blue. Hex color #4475ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4475ED is #BB8A12. Grayscale: #737373. Windows color (decimal): -12290579 or 15562052. OLE color: 15562052.

HSL color Cylindrical-coordinate representation of color #4475ED: hue angle of 222.6º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4475ED is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB68117237-
CMYK0.710.5100.07
HSL222.6º82.44%59.8%-
HSV(B)222.6º71.31%92.94%-
XYZ24.0320.0782.73-
YUV116.03196.2793.74-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.11%
GREEN value IS 117 (46.09% from 255) = 27.73%
BLUE value IS 237 (92.97% from 255) = 56.16%
R=16.11%
G=27.73%
B=56.16%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal681172370.710.5100.07222.682.4459.8
Hex4475ED473307df523c
Octal104165355107630733712274
Binary100010011101011110110110001111100110111110111111010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4475ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4475ED; }

 p { color: rgb(68,117,237); }

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

<style>
 a { background-color: #4475ED; }

 a { background-color: rgb(68,117,237); }

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

<style>
 span { border-color: #4475ED; }

 span { border-color: rgb(68,117,237); }

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