Html Css Color HEX #472675 Blue Diamond

📋 copy color: '#472675'

red 71 ◦ green 38 ◦ blue 117

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

Shades of Blue Diamond #472675

Tints of Blue Diamond #472675

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.81%

 BLUE value IS 117 (46.09% from 255) = 51.77%

R = 31.42%
G = 16.81%
B = 51.77%

CMYK

 C value IS 0.39

 M value IS 0.68

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#472675 (or 0x472675) is known color: Blue Diamond. HEX triplet: 47, 26 and 75. RGB value is (71,38,117). Sum of RGB (Red+Green+Blue) = 71+38+117=226 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.42% from 226); Green value is 38 (15.23% from 255 or 16.81% from 226); Blue value is 117 (46.09% from 255 or 51.77% from 226); Max value from RGB is 117 - color contains mainly: blue. Hex color #472675 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472675 is #B8D98A. Grayscale: #383838. Windows color (decimal): -12114315 or 7677511. OLE color: 7677511.

HSL color Cylindrical-coordinate representation of color #472675: hue angle of 265.06º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #472675 is Cyan = 0.39, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 71 38 117 -
CMYK 0.39 0.68 0 0.54
HSL 265.06º 0.51% 0.3% -
HSV(B) 265.06º 0.68% 0.46% -
XYZ 6.5 4.01 17.26 -
YUV 56.87 161.93 138.08 -
System Red Green Blue C M Y K H S L
Decimal 71 38 117 0.39 0.68 0 0.54 265.06 0.51 0.3
Hex 47 26 75 27 44 0 36 109 33 1E
Octal 107 46 165 47 104 0 66 411 63 36
Binary 1000111 100110 1110101 100111 1000100 0 110110 100001001 110011 11110

Color Harmonies of #472675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472675

Black with #472675

Text Example


Text Example

White with #472675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472675; }

 p { color: rgb(71,38,117); }

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

background-color css

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

 a { background-color: rgb(71,38,117); }

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

border-color css

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

 span { border-color: rgb(71,38,117); }

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