#462968

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

Shades of Blue Diamond #462968

Tints of Blue Diamond #462968

Color information

#462968 (or 0x462968) is unknown color: approx Blue Diamond. HEX triplet: 46, 29 and 68. RGB value is (70,41,104). Sum of RGB (Red+Green+Blue) = 70+41+104=215 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.56% from 215); Green value is 41 (16.41% from 255 or 19.07% from 215); Blue value is 104 (41.02% from 255 or 48.37% from 215); Max value from RGB is 104 - color contains mainly: blue. Hex color #462968 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462968 is #B9D697. Grayscale: #383838. Windows color (decimal): -12179096 or 6826310. OLE color: 6826310.

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

Color convert

RGB7041104-
CMYK0.330.6100.59
HSL267.62º43.45%28.43%-
HSV(B)267.62º60.58%40.78%-
XYZ5.823.8913.54-
YUV56.85154.61137.38-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.56%
GREEN value IS 41 (16.41% from 255) = 19.07%
BLUE value IS 104 (41.02% from 255) = 48.37%
R=32.56%
G=19.07%
B=48.37%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal70411040.330.6100.59267.6243.4528.43
Hex462968213D03B10c2b1c
Octal1065115041750734145334
Binary10001101010011101000100001111101011101110000110010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462968; }

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

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

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

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

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

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

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

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