Html Css Color HEX #4B46AB Rich Blue

📋 copy color: '#4B46AB'

red 75 ◦ green 70 ◦ blue 171

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

Shades of Rich Blue #4B46AB

Tints of Rich Blue #4B46AB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.15%

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

R = 23.73%
G = 22.15%
B = 54.11%

CMYK

 C value IS 0.56

 M value IS 0.59

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4B46AB (or 0x4B46AB) is known color: Rich Blue. HEX triplet: 4B, 46 and AB. RGB value is (75,70,171). Sum of RGB (Red+Green+Blue) = 75+70+171=316 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.73% from 316); Green value is 70 (27.73% from 255 or 22.15% from 316); Blue value is 171 (67.19% from 255 or 54.11% from 316); Max value from RGB is 171 - color contains mainly: blue. Hex color #4B46AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B46AB is #B4B954. Grayscale: #525252. Windows color (decimal): -11843925 or 11224651. OLE color: 11224651.

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

Color convert

RGB 75 70 171 -
CMYK 0.56 0.59 0 0.33
HSL 242.97º 0.42% 0.47% -
HSV(B) 242.97º 0.59% 0.67% -
XYZ 12.44 8.82 39.57 -
YUV 83.01 177.66 122.29 -
System Red Green Blue C M Y K H S L
Decimal 75 70 171 0.56 0.59 0 0.33 242.97 0.42 0.47
Hex 4B 46 AB 38 3B 0 21 F3 2A 2F
Octal 113 106 253 70 73 0 41 363 52 57
Binary 1001011 1000110 10101011 111000 111011 0 100001 11110011 101010 101111

Color Harmonies of #4B46AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B46AB

Black with #4B46AB

Text Example


Text Example

White with #4B46AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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