Html Css Color HEX #472267 Blue Diamond

📋 copy color: '#472267'

red 71 ◦ green 34 ◦ blue 103

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

Shades of Blue Diamond #472267

Tints of Blue Diamond #472267

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.35%

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

R = 34.13%
G = 16.35%
B = 49.52%

CMYK

 C value IS 0.31

 M value IS 0.67

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#472267 (or 0x472267) is known color: Blue Diamond. HEX triplet: 47, 22 and 67. RGB value is (71,34,103). Sum of RGB (Red+Green+Blue) = 71+34+103=208 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.13% from 208); Green value is 34 (13.67% from 255 or 16.35% from 208); Blue value is 103 (40.62% from 255 or 49.52% from 208); Max value from RGB is 103 - color contains mainly: blue. Hex color #472267 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472267 is #B8DD98. Grayscale: #343434. Windows color (decimal): -12115353 or 6758983. OLE color: 6758983.

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

Color convert

RGB 71 34 103 -
CMYK 0.31 0.67 0 0.60
HSL 272.17º 0.5% 0.27% -
HSV(B) 272.17º 0.67% 0.4% -
XYZ 5.62 3.46 13.2 -
YUV 52.93 156.26 140.89 -
System Red Green Blue C M Y K H S L
Decimal 71 34 103 0.31 0.67 0 0.60 272.17 0.5 0.27
Hex 47 22 67 1F 43 0 3C 110 32 1B
Octal 107 42 147 37 103 0 74 420 62 33
Binary 1000111 100010 1100111 11111 1000011 0 111100 100010000 110010 11011

Color Harmonies of #472267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472267

Black with #472267

Text Example


Text Example

White with #472267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472267; }

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

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

background-color css

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

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

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

border-color css

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

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

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