#461775

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

Shades of Blue Diamond #461775

Tints of Blue Diamond #461775

Color information

#461775 (or 0x461775) is unknown color: approx Blue Diamond. HEX triplet: 46, 17 and 75. RGB value is (70,23,117). Sum of RGB (Red+Green+Blue) = 70+23+117=210 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.33% from 210); Green value is 23 (9.38% from 255 or 10.95% from 210); Blue value is 117 (46.09% from 255 or 55.71% from 210); Max value from RGB is 117 - color contains mainly: blue. Hex color #461775 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461775 is #B9E88A. Grayscale: #2F2F2F. Windows color (decimal): -12183691 or 7673670. OLE color: 7673670.

HSL color Cylindrical-coordinate representation of color #461775: hue angle of 270º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #461775 is Cyan = 0.40, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7023117-
CMYK0.400.8000.54
HSL270º67.14%27.45%-
HSV(B)270º80.34%45.88%-
XYZ6.043.217.13-
YUV47.77167.07143.86-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.33%
GREEN value IS 23 (9.38% from 255) = 10.95%
BLUE value IS 117 (46.09% from 255) = 55.71%
R=33.33%
G=10.95%
B=55.71%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal70231170.400.8000.5427067.1427.45
Hex461775285003610e431b
Octal106271655012006641610333
Binary100011010111111010110100010100000110110100001110100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461775; }

 p { color: rgb(70,23,117); }

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

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

 a { background-color: rgb(70,23,117); }

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

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

 span { border-color: rgb(70,23,117); }

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