Html Css Color HEX #472365 Blue Diamond

📋 copy color: '#472365'

red 71 ◦ green 35 ◦ blue 101

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

Shades of Blue Diamond #472365

Tints of Blue Diamond #472365

RGB

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

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

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

R = 34.3%
G = 16.91%
B = 48.79%

CMYK

 C value IS 0.30

 M value IS 0.65

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#472365 (or 0x472365) is known color: Blue Diamond. HEX triplet: 47, 23 and 65. RGB value is (71,35,101). Sum of RGB (Red+Green+Blue) = 71+35+101=207 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.30% from 207); Green value is 35 (14.06% from 255 or 16.91% from 207); Blue value is 101 (39.84% from 255 or 48.79% from 207); Max value from RGB is 101 - color contains mainly: blue. Hex color #472365 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472365 is #B8DC9A. Grayscale: #353535. Windows color (decimal): -12115099 or 6628167. OLE color: 6628167.

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

Color convert

RGB 71 35 101 -
CMYK 0.30 0.65 0 0.60
HSL 272.73º 0.49% 0.27% -
HSV(B) 272.73º 0.65% 0.4% -
XYZ 5.55 3.48 12.69 -
YUV 53.29 154.93 140.63 -
System Red Green Blue C M Y K H S L
Decimal 71 35 101 0.30 0.65 0 0.60 272.73 0.49 0.27
Hex 47 23 65 1E 41 0 3C 111 31 1B
Octal 107 43 145 36 101 0 74 421 61 33
Binary 1000111 100011 1100101 11110 1000001 0 111100 100010001 110001 11011

Color Harmonies of #472365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472365

Black with #472365

Text Example


Text Example

White with #472365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472365; }

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

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

background-color css

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

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

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

border-color css

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

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

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