Html Css Color HEX #4F55AA Rich Blue

📋 copy color: '#4F55AA'

red 79 ◦ green 85 ◦ blue 170

#4F55AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rich Blue #4F55AA

Tints of Rich Blue #4F55AA

RGB

 RED value IS 79 (31.25% from 255) = 23.65%

 GREEN value IS 85 (33.59% from 255) = 25.45%

 BLUE value IS 170 (66.8% from 255) = 50.9%

R = 23.65%
G = 25.45%
B = 50.9%

CMYK

 C value IS 0.54

 M value IS 0.50

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4F55AA (or 0x4F55AA) is known color: Rich Blue. HEX triplet: 4F, 55 and AA. RGB value is (79,85,170). Sum of RGB (Red+Green+Blue) = 79+85+170=334 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.65% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 170 (66.80% from 255 or 50.90% from 334); Max value from RGB is 170 - color contains mainly: blue. Hex color #4F55AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F55AA is #B0AA55. Grayscale: #5C5C5C. Windows color (decimal): -11577942 or 11162959. OLE color: 11162959.

HSL color Cylindrical-coordinate representation of color #4F55AA: hue angle of 236.04º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4F55AA is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 79 85 170 -
CMYK 0.54 0.50 0 0.33
HSL 236.04º 0.37% 0.49% -
HSV(B) 236.04º 0.54% 0.67% -
XYZ 13.73 11.06 39.44 -
YUV 92.9 171.51 118.09 -
System Red Green Blue C M Y K H S L
Decimal 79 85 170 0.54 0.50 0 0.33 236.04 0.37 0.49
Hex 4F 55 AA 36 32 0 21 EC 25 31
Octal 117 125 252 66 62 0 41 354 45 61
Binary 1001111 1010101 10101010 110110 110010 0 100001 11101100 100101 110001

Color Harmonies of #4F55AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F55AA

Black with #4F55AA

Text Example


Text Example

White with #4F55AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F55AA; }

 p { color: rgb(79,85,170); }

 H1.HeaderClassName
 {
   color: #4F55AA;
 }
 .AnyTagClassName
 {
   color: #4F55AA;
 }
</style>

background-color css

<style>
 a { background-color: #4F55AA; }

 a { background-color: rgb(79,85,170); }

 div.DivClassName
 {
   background-color: #4F55AA;
 }
 .BgClassName
 {
   background-color: #4F55AA;
 }
</style>

border-color css

<style>
 span { border-color: #4F55AA; }

 span { border-color: rgb(79,85,170); }

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