#462665

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

Shades of Blue Diamond #462665

Tints of Blue Diamond #462665

Color information

#462665 (or 0x462665) is unknown color: approx Blue Diamond. HEX triplet: 46, 26 and 65. RGB value is (70,38,101). Sum of RGB (Red+Green+Blue) = 70+38+101=209 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.49% from 209); Green value is 38 (15.23% from 255 or 18.18% from 209); Blue value is 101 (39.84% from 255 or 48.33% from 209); Max value from RGB is 101 - color contains mainly: blue. Hex color #462665 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462665 is #B9D99A. Grayscale: #363636. Windows color (decimal): -12179867 or 6628934. OLE color: 6628934.

HSL color Cylindrical-coordinate representation of color #462665: hue angle of 270.48º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #462665 is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7038101-
CMYK0.310.6200.60
HSL270.48º45.32%27.25%-
HSV(B)270.48º62.38%39.61%-
XYZ5.573.6312.72-
YUV54.75154.1138.88-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.49%
GREEN value IS 38 (15.23% from 255) = 18.18%
BLUE value IS 101 (39.84% from 255) = 48.33%
R=33.49%
G=18.18%
B=48.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal70381010.310.6200.60270.4845.3227.25
Hex4626651F3E03C10e2d1b
Octal1064614537760744165533
Binary1000110100110110010111111111110011110010000111010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462665; }

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

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

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

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

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

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

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

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