Html Css Color HEX #4B40AB Rich Blue

📋 copy color: '#4B40AB'

red 75 ◦ green 64 ◦ blue 171

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

Shades of Rich Blue #4B40AB

Tints of Rich Blue #4B40AB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.65%

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

R = 24.19%
G = 20.65%
B = 55.16%

CMYK

 C value IS 0.56

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4B40AB (or 0x4B40AB) is known color: Rich Blue. HEX triplet: 4B, 40 and AB. RGB value is (75,64,171). Sum of RGB (Red+Green+Blue) = 75+64+171=310 (41% of max value = 765). Red value is 75 (29.69% from 255 or 24.19% from 310); Green value is 64 (25.39% from 255 or 20.65% from 310); Blue value is 171 (67.19% from 255 or 55.16% from 310); Max value from RGB is 171 - color contains mainly: blue. Hex color #4B40AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B40AB is #B4BF54. Grayscale: #4F4F4F. Windows color (decimal): -11845461 or 11223115. OLE color: 11223115.

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

Color convert

RGB 75 64 171 -
CMYK 0.56 0.63 0 0.33
HSL 246.17º 0.46% 0.46% -
HSV(B) 246.17º 0.63% 0.67% -
XYZ 12.09 8.1 39.46 -
YUV 79.49 179.64 124.8 -
System Red Green Blue C M Y K H S L
Decimal 75 64 171 0.56 0.63 0 0.33 246.17 0.46 0.46
Hex 4B 40 AB 38 3F 0 21 F6 2E 2E
Octal 113 100 253 70 77 0 41 366 56 56
Binary 1001011 1000000 10101011 111000 111111 0 100001 11110110 101110 101110

Color Harmonies of #4B40AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B40AB

Black with #4B40AB

Text Example


Text Example

White with #4B40AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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