Html Css Color HEX #472F67 Blue Diamond

📋 copy color: '#472F67'

red 71 ◦ green 47 ◦ blue 103

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

Shades of Blue Diamond #472F67

Tints of Blue Diamond #472F67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 46.61%

R = 32.13%
G = 21.27%
B = 46.61%

CMYK

 C value IS 0.31

 M value IS 0.54

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#472F67 (or 0x472F67) is known color: Blue Diamond. HEX triplet: 47, 2F and 67. RGB value is (71,47,103). Sum of RGB (Red+Green+Blue) = 71+47+103=221 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.13% from 221); Green value is 47 (18.75% from 255 or 21.27% from 221); Blue value is 103 (40.62% from 255 or 46.61% from 221); Max value from RGB is 103 - color contains mainly: blue. Hex color #472F67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472F67 is #B8D098. Grayscale: #3C3C3C. Windows color (decimal): -12112025 or 6762311. OLE color: 6762311.

HSL color Cylindrical-coordinate representation of color #472F67: hue angle of 265.71º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #472F67 is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 71 47 103 -
CMYK 0.31 0.54 0 0.60
HSL 265.71º 0.37% 0.29% -
HSV(B) 265.71º 0.54% 0.4% -
XYZ 6.06 4.35 13.35 -
YUV 60.56 151.95 135.45 -
System Red Green Blue C M Y K H S L
Decimal 71 47 103 0.31 0.54 0 0.60 265.71 0.37 0.29
Hex 47 2F 67 1F 36 0 3C 10A 25 1D
Octal 107 57 147 37 66 0 74 412 45 35
Binary 1000111 101111 1100111 11111 110110 0 111100 100001010 100101 11101

Color Harmonies of #472F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472F67

Black with #472F67

Text Example


Text Example

White with #472F67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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