Html Css Color HEX #4B4FAB Rich Blue

📋 copy color: '#4B4FAB'

red 75 ◦ green 79 ◦ blue 171

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

Shades of Rich Blue #4B4FAB

Tints of Rich Blue #4B4FAB

RGB

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

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

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

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

CMYK

 C value IS 0.56

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4B4FAB (or 0x4B4FAB) is known color: Rich Blue. HEX triplet: 4B, 4F and AB. RGB value is (75,79,171). Sum of RGB (Red+Green+Blue) = 75+79+171=325 (43% of max value = 765). Red value is 75 (29.69% from 255 or 23.08% from 325); Green value is 79 (31.25% from 255 or 24.31% 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 #4B4FAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B4FAB is #B4B054. Grayscale: #575757. Windows color (decimal): -11841621 or 11226955. OLE color: 11226955.

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

Color convert

RGB 75 79 171 -
CMYK 0.56 0.54 0 0.33
HSL 237.5º 0.39% 0.48% -
HSV(B) 237.5º 0.56% 0.67% -
XYZ 13.05 10.03 39.78 -
YUV 88.29 174.67 118.52 -
System Red Green Blue C M Y K H S L
Decimal 75 79 171 0.56 0.54 0 0.33 237.5 0.39 0.48
Hex 4B 4F AB 38 36 0 21 EE 27 30
Octal 113 117 253 70 66 0 41 356 47 60
Binary 1001011 1001111 10101011 111000 110110 0 100001 11101110 100111 110000

Color Harmonies of #4B4FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4FAB

Black with #4B4FAB

Text Example


Text Example

White with #4B4FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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