#451676

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

Shades of Blue Diamond #451676

Tints of Blue Diamond #451676

Color information

#451676 (or 0x451676) is unknown color: approx Blue Diamond. HEX triplet: 45, 16 and 76. RGB value is (69,22,118). Sum of RGB (Red+Green+Blue) = 69+22+118=209 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.01% from 209); Green value is 22 (8.98% from 255 or 10.53% from 209); Blue value is 118 (46.48% from 255 or 56.46% from 209); Max value from RGB is 118 - color contains mainly: blue. Hex color #451676 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451676 is #BAE989. Grayscale: #2E2E2E. Windows color (decimal): -12249482 or 7738949. OLE color: 7738949.

HSL color Cylindrical-coordinate representation of color #451676: hue angle of 269.38º degrees, saturation: 0.69, 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 #451676 is Cyan = 0.42, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6922118-
CMYK0.420.8100.54
HSL269.38º68.57%27.45%-
HSV(B)269.38º81.36%46.27%-
XYZ6.013.1517.43-
YUV47168.07143.69-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 33.01%
GREEN value IS 22 (8.98% from 255) = 10.53%
BLUE value IS 118 (46.48% from 255) = 56.46%
R=33.01%
G=10.53%
B=56.46%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal69221180.420.8100.54269.3868.5727.45
Hex4516762A5103610d451b
Octal105261665212106641510533
Binary100010110110111011010101010100010110110100001101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451676; }

 p { color: rgb(69,22,118); }

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

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

 a { background-color: rgb(69,22,118); }

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

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

 span { border-color: rgb(69,22,118); }

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