Html Css Color HEX #462C68 Blue Diamond

📋 copy color: '#462C68'

red 70 ◦ green 44 ◦ blue 104

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

Shades of Blue Diamond #462C68

Tints of Blue Diamond #462C68

RGB

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

 GREEN value IS 44 (17.58% from 255) = 20.18%

 BLUE value IS 104 (41.02% from 255) = 47.71%

R = 32.11%
G = 20.18%
B = 47.71%

CMYK

 C value IS 0.33

 M value IS 0.58

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#462C68 (or 0x462C68) is known color: Blue Diamond. HEX triplet: 46, 2C and 68. RGB value is (70,44,104). Sum of RGB (Red+Green+Blue) = 70+44+104=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 44 (17.58% from 255 or 20.18% from 218); Blue value is 104 (41.02% from 255 or 47.71% from 218); Max value from RGB is 104 - color contains mainly: blue. Hex color #462C68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462C68 is #B9D397. Grayscale: #3A3A3A. Windows color (decimal): -12178328 or 6827078. OLE color: 6827078.

HSL color Cylindrical-coordinate representation of color #462C68: hue angle of 266º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #462C68 is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 70 44 104 -
CMYK 0.33 0.58 0 0.59
HSL 266º 0.41% 0.29% -
HSV(B) 266º 0.58% 0.41% -
XYZ 5.93 4.1 13.58 -
YUV 58.61 153.61 136.12 -
System Red Green Blue C M Y K H S L
Decimal 70 44 104 0.33 0.58 0 0.59 266 0.41 0.29
Hex 46 2C 68 21 3A 0 3B 10A 29 1D
Octal 106 54 150 41 72 0 73 412 51 35
Binary 1000110 101100 1101000 100001 111010 0 111011 100001010 101001 11101

Color Harmonies of #462C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462C68

Black with #462C68

Text Example


Text Example

White with #462C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462C68; }

 p { color: rgb(70,44,104); }

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

background-color css

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

 a { background-color: rgb(70,44,104); }

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

border-color css

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

 span { border-color: rgb(70,44,104); }

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