Html Css Color HEX #472465 Blue Diamond

📋 copy color: '#472465'

red 71 ◦ green 36 ◦ blue 101

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

Shades of Blue Diamond #472465

Tints of Blue Diamond #472465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 48.56%

R = 34.13%
G = 17.31%
B = 48.56%

CMYK

 C value IS 0.30

 M value IS 0.64

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#472465 (or 0x472465) is known color: Blue Diamond. HEX triplet: 47, 24 and 65. RGB value is (71,36,101). Sum of RGB (Red+Green+Blue) = 71+36+101=208 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.13% from 208); Green value is 36 (14.45% from 255 or 17.31% from 208); Blue value is 101 (39.84% from 255 or 48.56% from 208); Max value from RGB is 101 - color contains mainly: blue. Hex color #472465 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472465 is #B8DB9A. Grayscale: #353535. Windows color (decimal): -12114843 or 6628423. OLE color: 6628423.

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

Color convert

RGB 71 36 101 -
CMYK 0.30 0.64 0 0.60
HSL 272.31º 0.47% 0.27% -
HSV(B) 272.31º 0.64% 0.4% -
XYZ 5.58 3.54 12.7 -
YUV 53.88 154.6 140.21 -
System Red Green Blue C M Y K H S L
Decimal 71 36 101 0.30 0.64 0 0.60 272.31 0.47 0.27
Hex 47 24 65 1E 40 0 3C 110 2F 1B
Octal 107 44 145 36 100 0 74 420 57 33
Binary 1000111 100100 1100101 11110 1000000 0 111100 100010000 101111 11011

Color Harmonies of #472465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472465

Black with #472465

Text Example


Text Example

White with #472465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472465; }

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

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

background-color css

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

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

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

border-color css

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

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

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