#461675

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

Shades of Blue Diamond #461675

Tints of Blue Diamond #461675

Color information

#461675 (or 0x461675) is unknown color: approx Blue Diamond. HEX triplet: 46, 16 and 75. RGB value is (70,22,117). Sum of RGB (Red+Green+Blue) = 70+22+117=209 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.49% from 209); Green value is 22 (8.98% from 255 or 10.53% from 209); Blue value is 117 (46.09% from 255 or 55.98% from 209); Max value from RGB is 117 - color contains mainly: blue. Hex color #461675 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461675 is #B9E98A. Grayscale: #2E2E2E. Windows color (decimal): -12183947 or 7673414. OLE color: 7673414.

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

Color convert

RGB7022117-
CMYK0.400.8100.54
HSL270.32º68.35%27.25%-
HSV(B)270.32º81.2%45.88%-
XYZ6.023.1617.12-
YUV47.18167.4144.28-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.49%
GREEN value IS 22 (8.98% from 255) = 10.53%
BLUE value IS 117 (46.09% from 255) = 55.98%
R=33.49%
G=10.53%
B=55.98%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal70221170.400.8100.54270.3268.3527.25
Hex461675285103610e441b
Octal106261655012106641610433
Binary100011010110111010110100010100010110110100001110100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461675; }

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

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

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

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

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

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

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

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