#4755DE

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

Shades of Royal Blue #4755DE

Tints of Royal Blue #4755DE

Color information

#4755DE (or 0x4755DE) is unknown color: approx Royal Blue. HEX triplet: 47, 55 and DE. RGB value is (71,85,222). Sum of RGB (Red+Green+Blue) = 71+85+222=378 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.78% from 378); Green value is 85 (33.59% from 255 or 22.49% from 378); Blue value is 222 (87.11% from 255 or 58.73% from 378); Max value from RGB is 222 - color contains mainly: blue. Hex color #4755DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4755DE is #B8AA21. Grayscale: #5F5F5F. Windows color (decimal): -12102178 or 14570823. OLE color: 14570823.

HSL color Cylindrical-coordinate representation of color #4755DE: hue angle of 234.44º 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 #4755DE is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB7185222-
CMYK0.680.6200.13
HSL234.44º69.59%57.45%-
HSV(B)234.44º68.02%87.06%-
XYZ19.0313.1170.63-
YUV96.43198.86109.86-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.78%
GREEN value IS 85 (33.59% from 255) = 22.49%
BLUE value IS 222 (87.11% from 255) = 58.73%
R=18.78%
G=22.49%
B=58.73%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal71852220.680.6200.13234.4469.5957.45
Hex4755DE443E0Dea4639
Octal1071253361047601535210671
Binary1000111101010111011110100010011111001101111010101000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4755DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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