#451B6E

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

Shades of Blue Diamond #451B6E

Tints of Blue Diamond #451B6E

Color information

#451B6E (or 0x451B6E) is unknown color: approx Blue Diamond. HEX triplet: 45, 1B and 6E. RGB value is (69,27,110). Sum of RGB (Red+Green+Blue) = 69+27+110=206 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.50% from 206); Green value is 27 (10.94% from 255 or 13.11% from 206); Blue value is 110 (43.36% from 255 or 53.40% from 206); Max value from RGB is 110 - color contains mainly: blue. Hex color #451B6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #451B6E is #BAE491. Grayscale: #303030. Windows color (decimal): -12248210 or 7215941. OLE color: 7215941.

HSL color Cylindrical-coordinate representation of color #451B6E: hue angle of 270.36º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #451B6E is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6927110-
CMYK0.370.7500.57
HSL270.36º60.58%26.86%-
HSV(B)270.36º75.45%43.14%-
XYZ5.663.1715.07-
YUV49.02162.41142.25-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 33.50%
GREEN value IS 27 (10.94% from 255) = 13.11%
BLUE value IS 110 (43.36% from 255) = 53.40%
R=33.50%
G=13.11%
B=53.40%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal69271100.370.7500.57270.3660.5826.86
Hex451B6E254B03910e3d1b
Octal10533156451130714167533
Binary10001011101111011101001011001011011100110000111011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451B6E; }

 p { color: rgb(69,27,110); }

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

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

 a { background-color: rgb(69,27,110); }

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

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

 span { border-color: rgb(69,27,110); }

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