Html Css Color HEX #473167 Blue Diamond

📋 copy color: '#473167'

red 71 ◦ green 49 ◦ blue 103

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

Shades of Blue Diamond #473167

Tints of Blue Diamond #473167

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.97%

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

R = 31.84%
G = 21.97%
B = 46.19%

CMYK

 C value IS 0.31

 M value IS 0.52

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#473167 (or 0x473167) is known color: Blue Diamond. HEX triplet: 47, 31 and 67. RGB value is (71,49,103). Sum of RGB (Red+Green+Blue) = 71+49+103=223 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.84% from 223); Green value is 49 (19.53% from 255 or 21.97% from 223); Blue value is 103 (40.62% from 255 or 46.19% from 223); Max value from RGB is 103 - color contains mainly: blue. Hex color #473167 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473167 is #B8CE98. Grayscale: #3D3D3D. Windows color (decimal): -12111513 or 6762823. OLE color: 6762823.

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

Color convert

RGB 71 49 103 -
CMYK 0.31 0.52 0 0.60
HSL 264.44º 0.36% 0.3% -
HSV(B) 264.44º 0.52% 0.4% -
XYZ 6.15 4.52 13.38 -
YUV 61.73 151.29 134.61 -
System Red Green Blue C M Y K H S L
Decimal 71 49 103 0.31 0.52 0 0.60 264.44 0.36 0.3
Hex 47 31 67 1F 34 0 3C 108 24 1E
Octal 107 61 147 37 64 0 74 410 44 36
Binary 1000111 110001 1100111 11111 110100 0 111100 100001000 100100 11110

Color Harmonies of #473167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473167

Black with #473167

Text Example


Text Example

White with #473167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473167; }

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

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

background-color css

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

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

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

border-color css

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

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

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