Html Css Color HEX #472F6F Blue Diamond

📋 copy color: '#472F6F'

red 71 ◦ green 47 ◦ blue 111

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

Shades of Blue Diamond #472F6F

Tints of Blue Diamond #472F6F

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.52%

 BLUE value IS 111 (43.75% from 255) = 48.47%

R = 31%
G = 20.52%
B = 48.47%

CMYK

 C value IS 0.36

 M value IS 0.58

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#472F6F (or 0x472F6F) is known color: Blue Diamond. HEX triplet: 47, 2F and 6F. RGB value is (71,47,111). Sum of RGB (Red+Green+Blue) = 71+47+111=229 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.00% from 229); Green value is 47 (18.75% from 255 or 20.52% from 229); Blue value is 111 (43.75% from 255 or 48.47% from 229); Max value from RGB is 111 - color contains mainly: blue. Hex color #472F6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472F6F is #B8D090. Grayscale: #3D3D3D. Windows color (decimal): -12112017 or 7286599. OLE color: 7286599.

HSL color Cylindrical-coordinate representation of color #472F6F: hue angle of 262.5º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #472F6F is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 47 111 -
CMYK 0.36 0.58 0 0.56
HSL 262.5º 0.41% 0.31% -
HSV(B) 262.5º 0.58% 0.44% -
XYZ 6.48 4.52 15.57 -
YUV 61.47 155.95 134.8 -
System Red Green Blue C M Y K H S L
Decimal 71 47 111 0.36 0.58 0 0.56 262.5 0.41 0.31
Hex 47 2F 6F 24 3A 0 38 106 29 1F
Octal 107 57 157 44 72 0 70 406 51 37
Binary 1000111 101111 1101111 100100 111010 0 111000 100000110 101001 11111

Color Harmonies of #472F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472F6F

Black with #472F6F

Text Example


Text Example

White with #472F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,47,111); }

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

background-color css

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

 a { background-color: rgb(71,47,111); }

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

border-color css

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

 span { border-color: rgb(71,47,111); }

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