#451970

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

Shades of Blue Diamond #451970

Tints of Blue Diamond #451970

Color information

#451970 (or 0x451970) is unknown color: approx Blue Diamond. HEX triplet: 45, 19 and 70. RGB value is (69,25,112). Sum of RGB (Red+Green+Blue) = 69+25+112=206 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.50% from 206); Green value is 25 (10.16% from 255 or 12.14% from 206); Blue value is 112 (44.14% from 255 or 54.37% from 206); Max value from RGB is 112 - color contains mainly: blue. Hex color #451970 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451970 is #BAE68F. Grayscale: #2F2F2F. Windows color (decimal): -12248720 or 7346501. OLE color: 7346501.

HSL color Cylindrical-coordinate representation of color #451970: hue angle of 270.34º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #451970 is Cyan = 0.38, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6925112-
CMYK0.380.7800.56
HSL270.34º63.5%26.86%-
HSV(B)270.34º77.68%43.92%-
XYZ5.733.1315.63-
YUV48.07164.08142.93-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 33.50%
GREEN value IS 25 (10.16% from 255) = 12.14%
BLUE value IS 112 (44.14% from 255) = 54.37%
R=33.50%
G=12.14%
B=54.37%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal69251120.380.7800.56270.3463.526.86
Hex451970264E03810e401b
Octal105311604611607041610033
Binary100010111001111000010011010011100111000100001110100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451970; }

 p { color: rgb(69,25,112); }

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

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

 a { background-color: rgb(69,25,112); }

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

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

 span { border-color: rgb(69,25,112); }

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