Html Css Color HEX #472CAB Blue Gem

📋 copy color: '#472CAB'

red 71 ◦ green 44 ◦ blue 171

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

Shades of Blue Gem #472CAB

Tints of Blue Gem #472CAB

RGB

 RED value IS 71 (28.13% from 255) = 24.83%

 GREEN value IS 44 (17.58% from 255) = 15.38%

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

R = 24.83%
G = 15.38%
B = 59.79%

CMYK

 C value IS 0.58

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#472CAB (or 0x472CAB) is known color: Blue Gem. HEX triplet: 47, 2C and AB. RGB value is (71,44,171). Sum of RGB (Red+Green+Blue) = 71+44+171=286 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.83% from 286); Green value is 44 (17.58% from 255 or 15.38% from 286); Blue value is 171 (67.19% from 255 or 59.79% from 286); Max value from RGB is 171 - color contains mainly: blue. Hex color #472CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472CAB is #B8D354. Grayscale: #424242. Windows color (decimal): -12112725 or 11217991. OLE color: 11217991.

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

Color convert

RGB 71 44 171 -
CMYK 0.58 0.74 0 0.33
HSL 252.76º 0.59% 0.42% -
HSV(B) 252.76º 0.74% 0.67% -
XYZ 10.85 6.08 39.13 -
YUV 66.55 186.95 131.17 -
System Red Green Blue C M Y K H S L
Decimal 71 44 171 0.58 0.74 0 0.33 252.76 0.59 0.42
Hex 47 2C AB 3A 4A 0 21 FD 3B 2A
Octal 107 54 253 72 112 0 41 375 73 52
Binary 1000111 101100 10101011 111010 1001010 0 100001 11111101 111011 101010

Color Harmonies of #472CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472CAB

Black with #472CAB

Text Example


Text Example

White with #472CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472CAB; }

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

 H1.HeaderClassName
 {
   color: #472CAB;
 }
 .AnyTagClassName
 {
   color: #472CAB;
 }
</style>

background-color css

<style>
 a { background-color: #472CAB; }

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

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

border-color css

<style>
 span { border-color: #472CAB; }

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

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