Html Css Color HEX #462970 Blue Diamond

📋 copy color: '#462970'

red 70 ◦ green 41 ◦ blue 112

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

Shades of Blue Diamond #462970

Tints of Blue Diamond #462970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 50.22%

R = 31.39%
G = 18.39%
B = 50.22%

CMYK

 C value IS 0.38

 M value IS 0.63

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#462970 (or 0x462970) is known color: Blue Diamond. HEX triplet: 46, 29 and 70. RGB value is (70,41,112). Sum of RGB (Red+Green+Blue) = 70+41+112=223 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.39% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 112 (44.14% from 255 or 50.22% from 223); Max value from RGB is 112 - color contains mainly: blue. Hex color #462970 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462970 is #B9D68F. Grayscale: #393939. Windows color (decimal): -12179088 or 7350598. OLE color: 7350598.

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

Color convert

RGB 70 41 112 -
CMYK 0.38 0.63 0 0.56
HSL 264.51º 0.46% 0.3% -
HSV(B) 264.51º 0.63% 0.44% -
XYZ 6.24 4.06 15.78 -
YUV 57.77 158.61 136.73 -
System Red Green Blue C M Y K H S L
Decimal 70 41 112 0.38 0.63 0 0.56 264.51 0.46 0.3
Hex 46 29 70 26 3F 0 38 109 2E 1E
Octal 106 51 160 46 77 0 70 411 56 36
Binary 1000110 101001 1110000 100110 111111 0 111000 100001001 101110 11110

Color Harmonies of #462970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462970

Black with #462970

Text Example


Text Example

White with #462970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462970; }

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

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

background-color css

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

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

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

border-color css

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

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

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