Html Css Color HEX #453D60 Meteorite

📋 copy color: '#453D60'

red 69 ◦ green 61 ◦ blue 96

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

Shades of Meteorite #453D60

Tints of Meteorite #453D60

RGB

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

 GREEN value IS 61 (24.22% from 255) = 26.99%

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

R = 30.53%
G = 26.99%
B = 42.48%

CMYK

 C value IS 0.28

 M value IS 0.36

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#453D60 (or 0x453D60) is known color: Meteorite. HEX triplet: 45, 3D and 60. RGB value is (69,61,96). Sum of RGB (Red+Green+Blue) = 69+61+96=226 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.53% from 226); Green value is 61 (24.22% from 255 or 26.99% from 226); Blue value is 96 (37.89% from 255 or 42.48% from 226); Max value from RGB is 96 - color contains mainly: blue. Hex color #453D60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453D60 is #BAC29F. Grayscale: #434343. Windows color (decimal): -12239520 or 6307141. OLE color: 6307141.

HSL color Cylindrical-coordinate representation of color #453D60: hue angle of 253.71º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #453D60 is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 69 61 96 -
CMYK 0.28 0.36 0 0.62
HSL 253.71º 0.22% 0.31% -
HSV(B) 253.71º 0.36% 0.38% -
XYZ 6.23 5.45 11.79 -
YUV 67.38 144.15 129.15 -
System Red Green Blue C M Y K H S L
Decimal 69 61 96 0.28 0.36 0 0.62 253.71 0.22 0.31
Hex 45 3D 60 1C 24 0 3E FE 16 1F
Octal 105 75 140 34 44 0 76 376 26 37
Binary 1000101 111101 1100000 11100 100100 0 111110 11111110 10110 11111

Color Harmonies of #453D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453D60

Black with #453D60

Text Example


Text Example

White with #453D60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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