#462368

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

Shades of Blue Diamond #462368

Tints of Blue Diamond #462368

Color information

#462368 (or 0x462368) is unknown color: approx Blue Diamond. HEX triplet: 46, 23 and 68. RGB value is (70,35,104). Sum of RGB (Red+Green+Blue) = 70+35+104=209 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.49% from 209); Green value is 35 (14.06% from 255 or 16.75% from 209); Blue value is 104 (41.02% from 255 or 49.76% from 209); Max value from RGB is 104 - color contains mainly: blue. Hex color #462368 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462368 is #B9DC97. Grayscale: #353535. Windows color (decimal): -12180632 or 6824774. OLE color: 6824774.

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

Color convert

RGB7035104-
CMYK0.330.6600.59
HSL270.43º49.64%27.25%-
HSV(B)270.43º66.35%40.78%-
XYZ5.633.513.48-
YUV53.33156.6139.89-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.49%
GREEN value IS 35 (14.06% from 255) = 16.75%
BLUE value IS 104 (41.02% from 255) = 49.76%
R=33.49%
G=16.75%
B=49.76%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal70351040.330.6600.59270.4349.6427.25
Hex462368214203B10e321b
Octal10643150411020734166233
Binary100011010001111010001000011000010011101110000111011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462368; }

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

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

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

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

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

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

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

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