Html Css Color HEX #472B62 Blue Diamond

📋 copy color: '#472B62'

red 71 ◦ green 43 ◦ blue 98

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

Shades of Blue Diamond #472B62

Tints of Blue Diamond #472B62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 46.23%

R = 33.49%
G = 20.28%
B = 46.23%

CMYK

 C value IS 0.28

 M value IS 0.56

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#472B62 (or 0x472B62) is known color: Blue Diamond. HEX triplet: 47, 2B and 62. RGB value is (71,43,98). Sum of RGB (Red+Green+Blue) = 71+43+98=212 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.49% from 212); Green value is 43 (17.19% from 255 or 20.28% from 212); Blue value is 98 (38.67% from 255 or 46.23% from 212); Max value from RGB is 98 - color contains mainly: blue. Hex color #472B62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472B62 is #B8D49D. Grayscale: #393939. Windows color (decimal): -12113054 or 6433607. OLE color: 6433607.

HSL color Cylindrical-coordinate representation of color #472B62: hue angle of 270.55º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #472B62 is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 71 43 98 -
CMYK 0.28 0.56 0 0.62
HSL 270.55º 0.39% 0.28% -
HSV(B) 270.55º 0.56% 0.38% -
XYZ 5.67 3.95 12.02 -
YUV 57.64 150.78 137.53 -
System Red Green Blue C M Y K H S L
Decimal 71 43 98 0.28 0.56 0 0.62 270.55 0.39 0.28
Hex 47 2B 62 1C 38 0 3E 10F 27 1C
Octal 107 53 142 34 70 0 76 417 47 34
Binary 1000111 101011 1100010 11100 111000 0 111110 100001111 100111 11100

Color Harmonies of #472B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472B62

Black with #472B62

Text Example


Text Example

White with #472B62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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