Html Css Color HEX #462964 Blue Diamond

📋 copy color: '#462964'

red 70 ◦ green 41 ◦ blue 100

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

Shades of Blue Diamond #462964

Tints of Blue Diamond #462964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 47.39%

R = 33.18%
G = 19.43%
B = 47.39%

CMYK

 C value IS 0.30

 M value IS 0.59

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#462964 (or 0x462964) is known color: Blue Diamond. HEX triplet: 46, 29 and 64. RGB value is (70,41,100). Sum of RGB (Red+Green+Blue) = 70+41+100=211 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.18% from 211); Green value is 41 (16.41% from 255 or 19.43% from 211); Blue value is 100 (39.45% from 255 or 47.39% from 211); Max value from RGB is 100 - color contains mainly: blue. Hex color #462964 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462964 is #B9D69B. Grayscale: #383838. Windows color (decimal): -12179100 or 6564166. OLE color: 6564166.

HSL color Cylindrical-coordinate representation of color #462964: hue angle of 269.49º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #462964 is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 70 41 100 -
CMYK 0.30 0.59 0 0.61
HSL 269.49º 0.42% 0.28% -
HSV(B) 269.49º 0.59% 0.39% -
XYZ 5.62 3.81 12.5 -
YUV 56.4 152.61 137.7 -
System Red Green Blue C M Y K H S L
Decimal 70 41 100 0.30 0.59 0 0.61 269.49 0.42 0.28
Hex 46 29 64 1E 3B 0 3D 10D 2A 1C
Octal 106 51 144 36 73 0 75 415 52 34
Binary 1000110 101001 1100100 11110 111011 0 111101 100001101 101010 11100

Color Harmonies of #462964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462964

Black with #462964

Text Example


Text Example

White with #462964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462964; }

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

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

background-color css

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

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

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

border-color css

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

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

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