Html Css Color HEX #472674 Blue Diamond

📋 copy color: '#472674'

red 71 ◦ green 38 ◦ blue 116

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

Shades of Blue Diamond #472674

Tints of Blue Diamond #472674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 51.56%

R = 31.56%
G = 16.89%
B = 51.56%

CMYK

 C value IS 0.39

 M value IS 0.67

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#472674 (or 0x472674) is known color: Blue Diamond. HEX triplet: 47, 26 and 74. RGB value is (71,38,116). Sum of RGB (Red+Green+Blue) = 71+38+116=225 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.56% from 225); Green value is 38 (15.23% from 255 or 16.89% from 225); Blue value is 116 (45.70% from 255 or 51.56% from 225); Max value from RGB is 116 - color contains mainly: blue. Hex color #472674 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472674 is #B8D98B. Grayscale: #383838. Windows color (decimal): -12114316 or 7611975. OLE color: 7611975.

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

Color convert

RGB 71 38 116 -
CMYK 0.39 0.67 0 0.55
HSL 265.38º 0.51% 0.3% -
HSV(B) 265.38º 0.67% 0.45% -
XYZ 6.44 3.99 16.95 -
YUV 56.76 161.43 138.16 -
System Red Green Blue C M Y K H S L
Decimal 71 38 116 0.39 0.67 0 0.55 265.38 0.51 0.3
Hex 47 26 74 27 43 0 37 109 33 1E
Octal 107 46 164 47 103 0 67 411 63 36
Binary 1000111 100110 1110100 100111 1000011 0 110111 100001001 110011 11110

Color Harmonies of #472674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472674

Black with #472674

Text Example


Text Example

White with #472674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472674; }

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

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

background-color css

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

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

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

border-color css

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

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

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