Html Css Color HEX #472B65 Blue Diamond

📋 copy color: '#472B65'

red 71 ◦ green 43 ◦ blue 101

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

Shades of Blue Diamond #472B65

Tints of Blue Diamond #472B65

RGB

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

 GREEN value IS 43 (17.19% from 255) = 20%

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

R = 33.02%
G = 20%
B = 46.98%

CMYK

 C value IS 0.30

 M value IS 0.57

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#472B65 (or 0x472B65) is known color: Blue Diamond. HEX triplet: 47, 2B and 65. RGB value is (71,43,101). Sum of RGB (Red+Green+Blue) = 71+43+101=215 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.02% from 215); Green value is 43 (17.19% from 255 or 20% from 215); Blue value is 101 (39.84% from 255 or 46.98% from 215); Max value from RGB is 101 - color contains mainly: blue. Hex color #472B65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472B65 is #B8D49A. Grayscale: #393939. Windows color (decimal): -12113051 or 6630215. OLE color: 6630215.

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

Color convert

RGB 71 43 101 -
CMYK 0.30 0.57 0 0.60
HSL 268.97º 0.4% 0.28% -
HSV(B) 268.97º 0.57% 0.4% -
XYZ 5.81 4.01 12.78 -
YUV 57.98 152.28 137.28 -
System Red Green Blue C M Y K H S L
Decimal 71 43 101 0.30 0.57 0 0.60 268.97 0.4 0.28
Hex 47 2B 65 1E 39 0 3C 10D 28 1C
Octal 107 53 145 36 71 0 74 415 50 34
Binary 1000111 101011 1100101 11110 111001 0 111100 100001101 101000 11100

Color Harmonies of #472B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472B65

Black with #472B65

Text Example


Text Example

White with #472B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472B65; }

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

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

background-color css

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

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

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

border-color css

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

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

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