#453A65

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

Shades of Meteorite #453A65

Tints of Meteorite #453A65

Color information

#453A65 (or 0x453A65) is unknown color: approx Meteorite. HEX triplet: 45, 3A and 65. RGB value is (69,58,101). Sum of RGB (Red+Green+Blue) = 69+58+101=228 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.26% from 228); Green value is 58 (23.05% from 255 or 25.44% from 228); Blue value is 101 (39.84% from 255 or 44.30% from 228); Max value from RGB is 101 - color contains mainly: blue. Hex color #453A65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453A65 is #BAC59A. Grayscale: #424242. Windows color (decimal): -12240283 or 6634053. OLE color: 6634053.

HSL color Cylindrical-coordinate representation of color #453A65: hue angle of 255.35º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #453A65 is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6958101-
CMYK0.320.4300.60
HSL255.35º27.04%31.18%-
HSV(B)255.35º42.57%39.61%-
XYZ6.325.2312.99-
YUV66.19147.64130-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.26%
GREEN value IS 58 (23.05% from 255) = 25.44%
BLUE value IS 101 (39.84% from 255) = 44.30%
R=30.26%
G=25.44%
B=44.30%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal69581010.320.4300.60255.3527.0431.18
Hex453A65202B03Cff1b1f
Octal1057214540530743773337
Binary100010111101011001011000001010110111100111111111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,58,101); }

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

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

 a { background-color: rgb(69,58,101); }

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

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

 span { border-color: rgb(69,58,101); }

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