Html Css Color HEX #472B9A Blue Gem

📋 copy color: '#472B9A'

red 71 ◦ green 43 ◦ blue 154

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

Shades of Blue Gem #472B9A

Tints of Blue Gem #472B9A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.04%

 BLUE value IS 154 (60.55% from 255) = 57.46%

R = 26.49%
G = 16.04%
B = 57.46%

CMYK

 C value IS 0.54

 M value IS 0.72

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#472B9A (or 0x472B9A) is known color: Blue Gem. HEX triplet: 47, 2B and 9A. RGB value is (71,43,154). Sum of RGB (Red+Green+Blue) = 71+43+154=268 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.49% from 268); Green value is 43 (17.19% from 255 or 16.04% from 268); Blue value is 154 (60.55% from 255 or 57.46% from 268); Max value from RGB is 154 - color contains mainly: blue. Hex color #472B9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472B9A is #B8D465. Grayscale: #3F3F3F. Windows color (decimal): -12112998 or 10103623. OLE color: 10103623.

HSL color Cylindrical-coordinate representation of color #472B9A: hue angle of 255.14º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #472B9A is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 71 43 154 -
CMYK 0.54 0.72 0 0.40
HSL 255.14º 0.56% 0.39% -
HSV(B) 255.14º 0.72% 0.6% -
XYZ 9.3 5.4 31.12 -
YUV 64.03 178.78 132.97 -
System Red Green Blue C M Y K H S L
Decimal 71 43 154 0.54 0.72 0 0.40 255.14 0.56 0.39
Hex 47 2B 9A 36 48 0 28 FF 38 27
Octal 107 53 232 66 110 0 50 377 70 47
Binary 1000111 101011 10011010 110110 1001000 0 101000 11111111 111000 100111

Color Harmonies of #472B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472B9A

Black with #472B9A

Text Example


Text Example

White with #472B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,43,154); }

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

background-color css

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

 a { background-color: rgb(71,43,154); }

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

border-color css

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

 span { border-color: rgb(71,43,154); }

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