Html Css Color HEX #472B69 Blue Diamond

📋 copy color: '#472B69'

red 71 ◦ green 43 ◦ blue 105

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

Shades of Blue Diamond #472B69

Tints of Blue Diamond #472B69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 47.95%

R = 32.42%
G = 19.63%
B = 47.95%

CMYK

 C value IS 0.32

 M value IS 0.59

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#472B69 (or 0x472B69) is known color: Blue Diamond. HEX triplet: 47, 2B and 69. RGB value is (71,43,105). Sum of RGB (Red+Green+Blue) = 71+43+105=219 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.42% from 219); Green value is 43 (17.19% from 255 or 19.63% from 219); Blue value is 105 (41.41% from 255 or 47.95% from 219); Max value from RGB is 105 - color contains mainly: blue. Hex color #472B69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472B69 is #B8D496. Grayscale: #3A3A3A. Windows color (decimal): -12113047 or 6892359. OLE color: 6892359.

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

Color convert

RGB 71 43 105 -
CMYK 0.32 0.59 0 0.59
HSL 267.1º 0.42% 0.29% -
HSV(B) 267.1º 0.59% 0.41% -
XYZ 6.01 4.09 13.84 -
YUV 58.44 154.28 136.96 -
System Red Green Blue C M Y K H S L
Decimal 71 43 105 0.32 0.59 0 0.59 267.1 0.42 0.29
Hex 47 2B 69 20 3B 0 3B 10B 2A 1D
Octal 107 53 151 40 73 0 73 413 52 35
Binary 1000111 101011 1101001 100000 111011 0 111011 100001011 101010 11101

Color Harmonies of #472B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472B69

Black with #472B69

Text Example


Text Example

White with #472B69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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