Html Css Color HEX #472467 Blue Diamond

📋 copy color: '#472467'

red 71 ◦ green 36 ◦ blue 103

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

Shades of Blue Diamond #472467

Tints of Blue Diamond #472467

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.14%

 BLUE value IS 103 (40.63% from 255) = 49.05%

R = 33.81%
G = 17.14%
B = 49.05%

CMYK

 C value IS 0.31

 M value IS 0.65

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#472467 (or 0x472467) is known color: Blue Diamond. HEX triplet: 47, 24 and 67. RGB value is (71,36,103). Sum of RGB (Red+Green+Blue) = 71+36+103=210 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.81% from 210); Green value is 36 (14.45% from 255 or 17.14% from 210); Blue value is 103 (40.62% from 255 or 49.05% from 210); Max value from RGB is 103 - color contains mainly: blue. Hex color #472467 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472467 is #B8DB98. Grayscale: #353535. Windows color (decimal): -12114841 or 6759495. OLE color: 6759495.

HSL color Cylindrical-coordinate representation of color #472467: hue angle of 271.34º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #472467 is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 71 36 103 -
CMYK 0.31 0.65 0 0.60
HSL 271.34º 0.48% 0.27% -
HSV(B) 271.34º 0.65% 0.4% -
XYZ 5.68 3.58 13.22 -
YUV 54.1 155.6 140.05 -
System Red Green Blue C M Y K H S L
Decimal 71 36 103 0.31 0.65 0 0.60 271.34 0.48 0.27
Hex 47 24 67 1F 41 0 3C 10F 30 1B
Octal 107 44 147 37 101 0 74 417 60 33
Binary 1000111 100100 1100111 11111 1000001 0 111100 100001111 110000 11011

Color Harmonies of #472467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472467

Black with #472467

Text Example


Text Example

White with #472467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472467; }

 p { color: rgb(71,36,103); }

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

background-color css

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

 a { background-color: rgb(71,36,103); }

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

border-color css

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

 span { border-color: rgb(71,36,103); }

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