#453B71

Color #453B71 Meteorite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Meteorite #453B71

Tints of Meteorite #453B71

Color information

#453B71 (or 0x453B71) is unknown color: approx Meteorite. HEX triplet: 45, 3B and 71. RGB value is (69,59,113). Sum of RGB (Red+Green+Blue) = 69+59+113=241 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.63% from 241); Green value is 59 (23.44% from 255 or 24.48% from 241); Blue value is 113 (44.53% from 255 or 46.89% from 241); Max value from RGB is 113 - color contains mainly: blue. Hex color #453B71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453B71 is #BAC48E. Grayscale: #434343. Windows color (decimal): -12240015 or 7420741. OLE color: 7420741.

HSL color Cylindrical-coordinate representation of color #453B71: hue angle of 251.11º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #453B71 is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6959113-
CMYK0.390.4800.56
HSL251.11º31.4%33.73%-
HSV(B)251.11º47.79%44.31%-
XYZ75.5916.33-
YUV68.15153.31128.61-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.63%
GREEN value IS 59 (23.44% from 255) = 24.48%
BLUE value IS 113 (44.53% from 255) = 46.89%
R=28.63%
G=24.48%
B=46.89%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal69591130.390.4800.56251.1131.433.73
Hex453B712730038fb1f22
Octal1057316147600703733742
Binary1000101111011111000110011111000001110001111101111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453B71; }

 p { color: rgb(69,59,113); }

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

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

 a { background-color: rgb(69,59,113); }

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

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

 span { border-color: rgb(69,59,113); }

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