Html Css Color HEX #453A60 Meteorite

📋 copy color: '#453A60'

red 69 ◦ green 58 ◦ blue 96

#453A60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Meteorite #453A60

Tints of Meteorite #453A60

RGB

 RED value IS 69 (27.34% from 255) = 30.94%

 GREEN value IS 58 (23.05% from 255) = 26.01%

 BLUE value IS 96 (37.89% from 255) = 43.05%

R = 30.94%
G = 26.01%
B = 43.05%

CMYK

 C value IS 0.28

 M value IS 0.40

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#453A60 (or 0x453A60) is known color: Meteorite. HEX triplet: 45, 3A and 60. RGB value is (69,58,96). Sum of RGB (Red+Green+Blue) = 69+58+96=223 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.94% from 223); Green value is 58 (23.05% from 255 or 26.01% from 223); Blue value is 96 (37.89% from 255 or 43.05% from 223); Max value from RGB is 96 - color contains mainly: blue. Hex color #453A60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453A60 is #BAC59F. Grayscale: #414141. Windows color (decimal): -12240288 or 6306373. OLE color: 6306373.

HSL color Cylindrical-coordinate representation of color #453A60: hue angle of 257.37º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #453A60 is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 69 58 96 -
CMYK 0.28 0.40 0 0.62
HSL 257.37º 0.25% 0.3% -
HSV(B) 257.37º 0.4% 0.38% -
XYZ 6.08 5.14 11.74 -
YUV 65.62 145.14 130.41 -
System Red Green Blue C M Y K H S L
Decimal 69 58 96 0.28 0.40 0 0.62 257.37 0.25 0.3
Hex 45 3A 60 1C 28 0 3E 101 19 1E
Octal 105 72 140 34 50 0 76 401 31 36
Binary 1000101 111010 1100000 11100 101000 0 111110 100000001 11001 11110

Color Harmonies of #453A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453A60

Black with #453A60

Text Example


Text Example

White with #453A60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #453A60;
 }
 .AnyTagClassName
 {
   color: #453A60;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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