#462175

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

Shades of Blue Diamond #462175

Tints of Blue Diamond #462175

Color information

#462175 (or 0x462175) is unknown color: approx Blue Diamond. HEX triplet: 46, 21 and 75. RGB value is (70,33,117). Sum of RGB (Red+Green+Blue) = 70+33+117=220 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.82% from 220); Green value is 33 (13.28% from 255 or 15% from 220); Blue value is 117 (46.09% from 255 or 53.18% from 220); Max value from RGB is 117 - color contains mainly: blue. Hex color #462175 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462175 is #B9DE8A. Grayscale: #353535. Windows color (decimal): -12181131 or 7676230. OLE color: 7676230.

HSL color Cylindrical-coordinate representation of color #462175: hue angle of 266.43º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #462175 is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7033117-
CMYK0.400.7200.54
HSL266.43º56%29.41%-
HSV(B)266.43º71.79%45.88%-
XYZ6.283.6717.21-
YUV53.64163.76139.67-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.82%
GREEN value IS 33 (13.28% from 255) = 15%
BLUE value IS 117 (46.09% from 255) = 53.18%
R=31.82%
G=15%
B=53.18%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal70331170.400.7200.54266.435629.41
Hex462175284803610a381d
Octal10641165501100664127035
Binary100011010000111101011010001001000011011010000101011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462175; }

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

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

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

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

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

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

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

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