Html Css Color HEX #4F54AA Rich Blue

📋 copy color: '#4F54AA'

red 79 ◦ green 84 ◦ blue 170

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

Shades of Rich Blue #4F54AA

Tints of Rich Blue #4F54AA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.23%

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

R = 23.72%
G = 25.23%
B = 51.05%

CMYK

 C value IS 0.54

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4F54AA (or 0x4F54AA) is known color: Rich Blue. HEX triplet: 4F, 54 and AA. RGB value is (79,84,170). Sum of RGB (Red+Green+Blue) = 79+84+170=333 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.72% from 333); Green value is 84 (33.20% from 255 or 25.23% from 333); Blue value is 170 (66.80% from 255 or 51.05% from 333); Max value from RGB is 170 - color contains mainly: blue. Hex color #4F54AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F54AA is #B0AB55. Grayscale: #5B5B5B. Windows color (decimal): -11578198 or 11162703. OLE color: 11162703.

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

Color convert

RGB 79 84 170 -
CMYK 0.54 0.51 0 0.33
HSL 236.7º 0.37% 0.49% -
HSV(B) 236.7º 0.54% 0.67% -
XYZ 13.65 10.91 39.42 -
YUV 92.31 171.84 118.51 -
System Red Green Blue C M Y K H S L
Decimal 79 84 170 0.54 0.51 0 0.33 236.7 0.37 0.49
Hex 4F 54 AA 36 33 0 21 ED 25 31
Octal 117 124 252 66 63 0 41 355 45 61
Binary 1001111 1010100 10101010 110110 110011 0 100001 11101101 100101 110001

Color Harmonies of #4F54AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F54AA

Black with #4F54AA

Text Example


Text Example

White with #4F54AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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