Html Css Color HEX #4F5EAA Rich Blue

📋 copy color: '#4F5EAA'

red 79 ◦ green 94 ◦ blue 170

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

Shades of Rich Blue #4F5EAA

Tints of Rich Blue #4F5EAA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.41%

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

R = 23.03%
G = 27.41%
B = 49.56%

CMYK

 C value IS 0.54

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4F5EAA (or 0x4F5EAA) is known color: Rich Blue. HEX triplet: 4F, 5E and AA. RGB value is (79,94,170). Sum of RGB (Red+Green+Blue) = 79+94+170=343 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.03% from 343); Green value is 94 (37.11% from 255 or 27.41% from 343); Blue value is 170 (66.80% from 255 or 49.56% from 343); Max value from RGB is 170 - color contains mainly: blue. Hex color #4F5EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F5EAA is #B0A155. Grayscale: #616161. Windows color (decimal): -11575638 or 11165263. OLE color: 11165263.

HSL color Cylindrical-coordinate representation of color #4F5EAA: hue angle of 230.11º 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 #4F5EAA is Cyan = 0.54, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 79 94 170 -
CMYK 0.54 0.45 0 0.33
HSL 230.11º 0.37% 0.49% -
HSV(B) 230.11º 0.54% 0.67% -
XYZ 14.48 12.57 39.69 -
YUV 98.18 168.53 114.32 -
System Red Green Blue C M Y K H S L
Decimal 79 94 170 0.54 0.45 0 0.33 230.11 0.37 0.49
Hex 4F 5E AA 36 2D 0 21 E6 25 31
Octal 117 136 252 66 55 0 41 346 45 61
Binary 1001111 1011110 10101010 110110 101101 0 100001 11100110 100101 110001

Color Harmonies of #4F5EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5EAA

Black with #4F5EAA

Text Example


Text Example

White with #4F5EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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