#462673

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

Shades of Blue Diamond #462673

Tints of Blue Diamond #462673

Color information

#462673 (or 0x462673) is unknown color: approx Blue Diamond. HEX triplet: 46, 26 and 73. RGB value is (70,38,115). Sum of RGB (Red+Green+Blue) = 70+38+115=223 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.39% from 223); Green value is 38 (15.23% from 255 or 17.04% from 223); Blue value is 115 (45.31% from 255 or 51.57% from 223); Max value from RGB is 115 - color contains mainly: blue. Hex color #462673 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462673 is #B9D98C. Grayscale: #383838. Windows color (decimal): -12179853 or 7546438. OLE color: 7546438.

HSL color Cylindrical-coordinate representation of color #462673: hue angle of 264.94º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #462673 is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7038115-
CMYK0.390.6700.55
HSL264.94º50.33%30%-
HSV(B)264.94º66.96%45.1%-
XYZ6.313.9316.64-
YUV56.35161.1137.74-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.39%
GREEN value IS 38 (15.23% from 255) = 17.04%
BLUE value IS 115 (45.31% from 255) = 51.57%
R=31.39%
G=17.04%
B=51.57%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70381150.390.6700.55264.9450.3330
Hex4626732743037109321e
Octal10646163471030674116236
Binary100011010011011100111001111000011011011110000100111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462673; }

 p { color: rgb(70,38,115); }

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

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

 a { background-color: rgb(70,38,115); }

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

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

 span { border-color: rgb(70,38,115); }

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