Html Css Color HEX #462971 Blue Diamond

📋 copy color: '#462971'

red 70 ◦ green 41 ◦ blue 113

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

Shades of Blue Diamond #462971

Tints of Blue Diamond #462971

RGB

 RED value IS 70 (27.73% from 255) = 31.25%

 GREEN value IS 41 (16.41% from 255) = 18.3%

 BLUE value IS 113 (44.53% from 255) = 50.45%

R = 31.25%
G = 18.3%
B = 50.45%

CMYK

 C value IS 0.38

 M value IS 0.64

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#462971 (or 0x462971) is known color: Blue Diamond. HEX triplet: 46, 29 and 71. RGB value is (70,41,113). Sum of RGB (Red+Green+Blue) = 70+41+113=224 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.25% from 224); Green value is 41 (16.41% from 255 or 18.30% from 224); Blue value is 113 (44.53% from 255 or 50.45% from 224); Max value from RGB is 113 - color contains mainly: blue. Hex color #462971 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462971 is #B9D68E. Grayscale: #393939. Windows color (decimal): -12179087 or 7416134. OLE color: 7416134.

HSL color Cylindrical-coordinate representation of color #462971: hue angle of 264.17º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #462971 is Cyan = 0.38, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 41 113 -
CMYK 0.38 0.64 0 0.56
HSL 264.17º 0.47% 0.3% -
HSV(B) 264.17º 0.64% 0.44% -
XYZ 6.3 4.08 16.08 -
YUV 57.88 159.11 136.65 -
System Red Green Blue C M Y K H S L
Decimal 70 41 113 0.38 0.64 0 0.56 264.17 0.47 0.3
Hex 46 29 71 26 40 0 38 108 2F 1E
Octal 106 51 161 46 100 0 70 410 57 36
Binary 1000110 101001 1110001 100110 1000000 0 111000 100001000 101111 11110

Color Harmonies of #462971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462971

Black with #462971

Text Example


Text Example

White with #462971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462971; }

 p { color: rgb(70,41,113); }

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

background-color css

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

 a { background-color: rgb(70,41,113); }

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

border-color css

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

 span { border-color: rgb(70,41,113); }

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