Html Css Color HEX #462564 Blue Diamond

📋 copy color: '#462564'

red 70 ◦ green 37 ◦ blue 100

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

Shades of Blue Diamond #462564

Tints of Blue Diamond #462564

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.87%

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

R = 33.82%
G = 17.87%
B = 48.31%

CMYK

 C value IS 0.30

 M value IS 0.63

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#462564 (or 0x462564) is known color: Blue Diamond. HEX triplet: 46, 25 and 64. RGB value is (70,37,100). Sum of RGB (Red+Green+Blue) = 70+37+100=207 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.82% from 207); Green value is 37 (14.84% from 255 or 17.87% from 207); Blue value is 100 (39.45% from 255 or 48.31% from 207); Max value from RGB is 100 - color contains mainly: blue. Hex color #462564 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462564 is #B9DA9B. Grayscale: #353535. Windows color (decimal): -12180124 or 6563142. OLE color: 6563142.

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

Color convert

RGB 70 37 100 -
CMYK 0.30 0.63 0 0.61
HSL 271.43º 0.46% 0.27% -
HSV(B) 271.43º 0.63% 0.39% -
XYZ 5.49 3.55 12.45 -
YUV 54.05 153.93 139.38 -
System Red Green Blue C M Y K H S L
Decimal 70 37 100 0.30 0.63 0 0.61 271.43 0.46 0.27
Hex 46 25 64 1E 3F 0 3D 10F 2E 1B
Octal 106 45 144 36 77 0 75 417 56 33
Binary 1000110 100101 1100100 11110 111111 0 111101 100001111 101110 11011

Color Harmonies of #462564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462564

Black with #462564

Text Example


Text Example

White with #462564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462564; }

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

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

background-color css

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

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

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

border-color css

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

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

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