#462A68

Color #462A68 Blue Diamond (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Diamond #462A68

Tints of Blue Diamond #462A68

Color information

#462A68 (or 0x462A68) is unknown color: approx Blue Diamond. HEX triplet: 46, 2A and 68. RGB value is (70,42,104). Sum of RGB (Red+Green+Blue) = 70+42+104=216 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.41% from 216); Green value is 42 (16.80% from 255 or 19.44% from 216); Blue value is 104 (41.02% from 255 or 48.15% from 216); Max value from RGB is 104 - color contains mainly: blue. Hex color #462A68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462A68 is #B9D597. Grayscale: #393939. Windows color (decimal): -12178840 or 6826566. OLE color: 6826566.

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

Color convert

RGB7042104-
CMYK0.330.6000.59
HSL267.1º42.47%28.63%-
HSV(B)267.1º59.62%40.78%-
XYZ5.853.9613.55-
YUV57.44154.28136.96-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.41%
GREEN value IS 42 (16.80% from 255) = 19.44%
BLUE value IS 104 (41.02% from 255) = 48.15%
R=32.41%
G=19.44%
B=48.15%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal70421040.330.6000.59267.142.4728.63
Hex462A68213C03B10b2a1d
Octal1065215041740734135235
Binary10001101010101101000100001111100011101110000101110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #462A68;
 }
 .AnyTagClassName
 {
   color: #462A68;
 }
</style>
background-color css

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

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

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

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

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

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