Html Css Color HEX #4F4BAB Rich Blue

📋 copy color: '#4F4BAB'

red 79 ◦ green 75 ◦ blue 171

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

Shades of Rich Blue #4F4BAB

Tints of Rich Blue #4F4BAB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.08%

 BLUE value IS 171 (67.19% from 255) = 52.62%

R = 24.31%
G = 23.08%
B = 52.62%

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

#4F4BAB (or 0x4F4BAB) is known color: Rich Blue. HEX triplet: 4F, 4B and AB. RGB value is (79,75,171). Sum of RGB (Red+Green+Blue) = 79+75+171=325 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.31% from 325); Green value is 75 (29.69% from 255 or 23.08% from 325); Blue value is 171 (67.19% from 255 or 52.62% from 325); Max value from RGB is 171 - color contains mainly: blue. Hex color #4F4BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F4BAB is #B0B454. Grayscale: #565656. Windows color (decimal): -11580501 or 11225935. OLE color: 11225935.

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

Color convert

RGB 79 75 171 -
CMYK 0.54 0.56 0 0.33
HSL 242.5º 0.39% 0.48% -
HSV(B) 242.5º 0.56% 0.67% -
XYZ 13.09 9.63 39.7 -
YUV 87.14 175.33 122.19 -
System Red Green Blue C M Y K H S L
Decimal 79 75 171 0.54 0.56 0 0.33 242.5 0.39 0.48
Hex 4F 4B AB 36 38 0 21 F2 27 30
Octal 117 113 253 66 70 0 41 362 47 60
Binary 1001111 1001011 10101011 110110 111000 0 100001 11110010 100111 110000

Color Harmonies of #4F4BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4BAB

Black with #4F4BAB

Text Example


Text Example

White with #4F4BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,75,171); }

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

background-color css

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

 a { background-color: rgb(79,75,171); }

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

border-color css

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

 span { border-color: rgb(79,75,171); }

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