#4775DE

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

Shades of Royal Blue #4775DE

Tints of Royal Blue #4775DE

Color information

#4775DE (or 0x4775DE) is unknown color: approx Royal Blue. HEX triplet: 47, 75 and DE. RGB value is (71,117,222). Sum of RGB (Red+Green+Blue) = 71+117+222=410 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.32% from 410); Green value is 117 (46.09% from 255 or 28.54% from 410); Blue value is 222 (87.11% from 255 or 54.15% from 410); Max value from RGB is 222 - color contains mainly: blue. Hex color #4775DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4775DE is #B88A21. Grayscale: #727272. Windows color (decimal): -12093986 or 14579015. OLE color: 14579015.

HSL color Cylindrical-coordinate representation of color #4775DE: hue angle of 221.72º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4775DE is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB71117222-
CMYK0.680.4700.13
HSL221.72º69.59%57.45%-
HSV(B)221.72º68.02%87.06%-
XYZ22.1419.3471.67-
YUV115.22188.2696.46-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.32%
GREEN value IS 117 (46.09% from 255) = 28.54%
BLUE value IS 222 (87.11% from 255) = 54.15%
R=17.32%
G=28.54%
B=54.15%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal711172220.680.4700.13221.7269.5957.45
Hex4775DE442F0Dde4639
Octal1071653361045701533610671
Binary1000111111010111011110100010010111101101110111101000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4775DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4775DE; }

 p { color: rgb(71,117,222); }

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

<style>
 a { background-color: #4775DE; }

 a { background-color: rgb(71,117,222); }

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

<style>
 span { border-color: #4775DE; }

 span { border-color: rgb(71,117,222); }

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