Html Css Color HEX #4F4CAC Rich Blue

📋 copy color: '#4F4CAC'

red 79 ◦ green 76 ◦ blue 172

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

Shades of Rich Blue #4F4CAC

Tints of Rich Blue #4F4CAC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.24%

 BLUE value IS 172 (67.58% from 255) = 52.6%

R = 24.16%
G = 23.24%
B = 52.6%

CMYK

 C value IS 0.54

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4F4CAC (or 0x4F4CAC) is known color: Rich Blue. HEX triplet: 4F, 4C and AC. RGB value is (79,76,172). Sum of RGB (Red+Green+Blue) = 79+76+172=327 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.16% from 327); Green value is 76 (30.08% from 255 or 23.24% from 327); Blue value is 172 (67.58% from 255 or 52.60% from 327); Max value from RGB is 172 - color contains mainly: blue. Hex color #4F4CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F4CAC is #B0B353. Grayscale: #575757. Windows color (decimal): -11580244 or 11291727. OLE color: 11291727.

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

Color convert

RGB 79 76 172 -
CMYK 0.54 0.56 0 0.33
HSL 241.88º 0.39% 0.49% -
HSV(B) 241.88º 0.56% 0.67% -
XYZ 13.26 9.81 40.22 -
YUV 87.84 175.49 121.69 -
System Red Green Blue C M Y K H S L
Decimal 79 76 172 0.54 0.56 0 0.33 241.88 0.39 0.49
Hex 4F 4C AC 36 38 0 21 F2 27 31
Octal 117 114 254 66 70 0 41 362 47 61
Binary 1001111 1001100 10101100 110110 111000 0 100001 11110010 100111 110001

Color Harmonies of #4F4CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4CAC

Black with #4F4CAC

Text Example


Text Example

White with #4F4CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,76,172); }

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

background-color css

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

 a { background-color: rgb(79,76,172); }

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

border-color css

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

 span { border-color: rgb(79,76,172); }

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