Html Css Color HEX #4B42AC Rich Blue

📋 copy color: '#4B42AC'

red 75 ◦ green 66 ◦ blue 172

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

Shades of Rich Blue #4B42AC

Tints of Rich Blue #4B42AC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.09%

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

R = 23.96%
G = 21.09%
B = 54.95%

CMYK

 C value IS 0.56

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4B42AC (or 0x4B42AC) is known color: Rich Blue. HEX triplet: 4B, 42 and AC. RGB value is (75,66,172). Sum of RGB (Red+Green+Blue) = 75+66+172=313 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.96% from 313); Green value is 66 (26.17% from 255 or 21.09% from 313); Blue value is 172 (67.58% from 255 or 54.95% from 313); Max value from RGB is 172 - color contains mainly: blue. Hex color #4B42AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B42AC is #B4BD53. Grayscale: #505050. Windows color (decimal): -11844948 or 11289163. OLE color: 11289163.

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

Color convert

RGB 75 66 172 -
CMYK 0.56 0.62 0 0.33
HSL 245.09º 0.45% 0.47% -
HSV(B) 245.09º 0.62% 0.67% -
XYZ 12.3 8.37 40 -
YUV 80.78 179.48 123.88 -
System Red Green Blue C M Y K H S L
Decimal 75 66 172 0.56 0.62 0 0.33 245.09 0.45 0.47
Hex 4B 42 AC 38 3E 0 21 F5 2D 2F
Octal 113 102 254 70 76 0 41 365 55 57
Binary 1001011 1000010 10101100 111000 111110 0 100001 11110101 101101 101111

Color Harmonies of #4B42AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B42AC

Black with #4B42AC

Text Example


Text Example

White with #4B42AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,66,172); }

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

background-color css

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

 a { background-color: rgb(75,66,172); }

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

border-color css

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

 span { border-color: rgb(75,66,172); }

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