Html Css Color HEX #4C47AB Rich Blue

📋 copy color: '#4C47AB'

red 76 ◦ green 71 ◦ blue 171

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

Shades of Rich Blue #4C47AB

Tints of Rich Blue #4C47AB

RGB

 RED value IS 76 (30.08% from 255) = 23.9%

 GREEN value IS 71 (28.13% from 255) = 22.33%

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

R = 23.9%
G = 22.33%
B = 53.77%

CMYK

 C value IS 0.56

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4C47AB (or 0x4C47AB) is known color: Rich Blue. HEX triplet: 4C, 47 and AB. RGB value is (76,71,171). Sum of RGB (Red+Green+Blue) = 76+71+171=318 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.90% from 318); Green value is 71 (28.12% from 255 or 22.33% from 318); Blue value is 171 (67.19% from 255 or 53.77% from 318); Max value from RGB is 171 - color contains mainly: blue. Hex color #4C47AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C47AB is #B3B854. Grayscale: #535353. Windows color (decimal): -11778133 or 11224908. OLE color: 11224908.

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

Color convert

RGB 76 71 171 -
CMYK 0.56 0.58 0 0.33
HSL 243º 0.41% 0.47% -
HSV(B) 243º 0.58% 0.67% -
XYZ 12.58 8.98 39.6 -
YUV 83.9 177.16 122.37 -
System Red Green Blue C M Y K H S L
Decimal 76 71 171 0.56 0.58 0 0.33 243 0.41 0.47
Hex 4C 47 AB 38 3A 0 21 F3 29 2F
Octal 114 107 253 70 72 0 41 363 51 57
Binary 1001100 1000111 10101011 111000 111010 0 100001 11110011 101001 101111

Color Harmonies of #4C47AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C47AB

Black with #4C47AB

Text Example


Text Example

White with #4C47AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,71,171); }

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

background-color css

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

 a { background-color: rgb(76,71,171); }

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

border-color css

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

 span { border-color: rgb(76,71,171); }

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