Html Css Color HEX #471E67 Blue Diamond

📋 copy color: '#471E67'

red 71 ◦ green 30 ◦ blue 103

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

Shades of Blue Diamond #471E67

Tints of Blue Diamond #471E67

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.71%

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

R = 34.8%
G = 14.71%
B = 50.49%

CMYK

 C value IS 0.31

 M value IS 0.71

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#471E67 (or 0x471E67) is known color: Blue Diamond. HEX triplet: 47, 1E and 67. RGB value is (71,30,103). Sum of RGB (Red+Green+Blue) = 71+30+103=204 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.80% from 204); Green value is 30 (12.11% from 255 or 14.71% from 204); Blue value is 103 (40.62% from 255 or 50.49% from 204); Max value from RGB is 103 - color contains mainly: blue. Hex color #471E67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471E67 is #B8E198. Grayscale: #323232. Windows color (decimal): -12116377 or 6757959. OLE color: 6757959.

HSL color Cylindrical-coordinate representation of color #471E67: hue angle of 273.7º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #471E67 is Cyan = 0.31, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 71 30 103 -
CMYK 0.31 0.71 0 0.60
HSL 273.7º 0.55% 0.26% -
HSV(B) 273.7º 0.71% 0.4% -
XYZ 5.51 3.25 13.17 -
YUV 50.58 157.58 142.56 -
System Red Green Blue C M Y K H S L
Decimal 71 30 103 0.31 0.71 0 0.60 273.7 0.55 0.26
Hex 47 1E 67 1F 47 0 3C 112 37 1A
Octal 107 36 147 37 107 0 74 422 67 32
Binary 1000111 11110 1100111 11111 1000111 0 111100 100010010 110111 11010

Color Harmonies of #471E67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471E67

Black with #471E67

Text Example


Text Example

White with #471E67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471E67; }

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

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

background-color css

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

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

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

border-color css

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

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

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