#4955DE

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

Shades of Royal Blue #4955DE

Tints of Royal Blue #4955DE

Color information

#4955DE (or 0x4955DE) is unknown color: approx Royal Blue. HEX triplet: 49, 55 and DE. RGB value is (73,85,222). Sum of RGB (Red+Green+Blue) = 73+85+222=380 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.21% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 222 (87.11% from 255 or 58.42% from 380); Max value from RGB is 222 - color contains mainly: blue. Hex color #4955DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4955DE is #B6AA21. Grayscale: #606060. Windows color (decimal): -11971106 or 14570825. OLE color: 14570825.

HSL color Cylindrical-coordinate representation of color #4955DE: hue angle of 235.17º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4955DE is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB7385222-
CMYK0.670.6200.13
HSL235.17º69.3%57.84%-
HSV(B)235.17º67.12%87.06%-
XYZ19.1813.1970.64-
YUV97.03198.52110.86-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.21%
GREEN value IS 85 (33.59% from 255) = 22.37%
BLUE value IS 222 (87.11% from 255) = 58.42%
R=19.21%
G=22.37%
B=58.42%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal73852220.670.6200.13235.1769.357.84
Hex4955DE433E0Deb453a
Octal1111253361037601535310572
Binary1001001101010111011110100001111111001101111010111000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4955DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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