Html Css Color HEX #472464 Blue Diamond

📋 copy color: '#472464'

red 71 ◦ green 36 ◦ blue 100

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

Shades of Blue Diamond #472464

Tints of Blue Diamond #472464

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.39%

 BLUE value IS 100 (39.45% from 255) = 48.31%

R = 34.3%
G = 17.39%
B = 48.31%

CMYK

 C value IS 0.29

 M value IS 0.64

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#472464 (or 0x472464) is known color: Blue Diamond. HEX triplet: 47, 24 and 64. RGB value is (71,36,100). Sum of RGB (Red+Green+Blue) = 71+36+100=207 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.30% from 207); Green value is 36 (14.45% from 255 or 17.39% from 207); Blue value is 100 (39.45% from 255 or 48.31% from 207); Max value from RGB is 100 - color contains mainly: blue. Hex color #472464 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472464 is #B8DB9B. Grayscale: #353535. Windows color (decimal): -12114844 or 6562887. OLE color: 6562887.

HSL color Cylindrical-coordinate representation of color #472464: hue angle of 272.81º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #472464 is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 71 36 100 -
CMYK 0.29 0.64 0 0.61
HSL 272.81º 0.47% 0.27% -
HSV(B) 272.81º 0.64% 0.39% -
XYZ 5.53 3.52 12.44 -
YUV 53.76 154.1 140.3 -
System Red Green Blue C M Y K H S L
Decimal 71 36 100 0.29 0.64 0 0.61 272.81 0.47 0.27
Hex 47 24 64 1D 40 0 3D 111 2F 1B
Octal 107 44 144 35 100 0 75 421 57 33
Binary 1000111 100100 1100100 11101 1000000 0 111101 100010001 101111 11011

Color Harmonies of #472464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472464

Black with #472464

Text Example


Text Example

White with #472464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472464; }

 p { color: rgb(71,36,100); }

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

background-color css

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

 a { background-color: rgb(71,36,100); }

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

border-color css

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

 span { border-color: rgb(71,36,100); }

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