Html Css Color HEX #472368 Blue Diamond

📋 copy color: '#472368'

red 71 ◦ green 35 ◦ blue 104

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

Shades of Blue Diamond #472368

Tints of Blue Diamond #472368

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.67%

 BLUE value IS 104 (41.02% from 255) = 49.52%

R = 33.81%
G = 16.67%
B = 49.52%

CMYK

 C value IS 0.32

 M value IS 0.66

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#472368 (or 0x472368) is known color: Blue Diamond. HEX triplet: 47, 23 and 68. RGB value is (71,35,104). Sum of RGB (Red+Green+Blue) = 71+35+104=210 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.81% from 210); Green value is 35 (14.06% from 255 or 16.67% from 210); Blue value is 104 (41.02% from 255 or 49.52% from 210); Max value from RGB is 104 - color contains mainly: blue. Hex color #472368 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472368 is #B8DC97. Grayscale: #353535. Windows color (decimal): -12115096 or 6824775. OLE color: 6824775.

HSL color Cylindrical-coordinate representation of color #472368: hue angle of 271.3º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #472368 is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 71 35 104 -
CMYK 0.32 0.66 0 0.59
HSL 271.3º 0.5% 0.27% -
HSV(B) 271.3º 0.66% 0.41% -
XYZ 5.7 3.54 13.48 -
YUV 53.63 156.43 140.39 -
System Red Green Blue C M Y K H S L
Decimal 71 35 104 0.32 0.66 0 0.59 271.3 0.5 0.27
Hex 47 23 68 20 42 0 3B 10F 32 1B
Octal 107 43 150 40 102 0 73 417 62 33
Binary 1000111 100011 1101000 100000 1000010 0 111011 100001111 110010 11011

Color Harmonies of #472368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472368

Black with #472368

Text Example


Text Example

White with #472368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472368; }

 p { color: rgb(71,35,104); }

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

background-color css

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

 a { background-color: rgb(71,35,104); }

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

border-color css

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

 span { border-color: rgb(71,35,104); }

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