Html Css Color HEX #453A61 Meteorite

📋 copy color: '#453A61'

red 69 ◦ green 58 ◦ blue 97

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

Shades of Meteorite #453A61

Tints of Meteorite #453A61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 43.3%

R = 30.8%
G = 25.89%
B = 43.3%

CMYK

 C value IS 0.29

 M value IS 0.40

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#453A61 (or 0x453A61) is known color: Meteorite. HEX triplet: 45, 3A and 61. RGB value is (69,58,97). Sum of RGB (Red+Green+Blue) = 69+58+97=224 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.80% from 224); Green value is 58 (23.05% from 255 or 25.89% from 224); Blue value is 97 (38.28% from 255 or 43.30% from 224); Max value from RGB is 97 - color contains mainly: blue. Hex color #453A61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453A61 is #BAC59E. Grayscale: #414141. Windows color (decimal): -12240287 or 6371909. OLE color: 6371909.

HSL color Cylindrical-coordinate representation of color #453A61: hue angle of 256.92º 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 #453A61 is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 69 58 97 -
CMYK 0.29 0.40 0 0.62
HSL 256.92º 0.25% 0.3% -
HSV(B) 256.92º 0.4% 0.38% -
XYZ 6.12 5.15 11.98 -
YUV 65.74 145.64 130.33 -
System Red Green Blue C M Y K H S L
Decimal 69 58 97 0.29 0.40 0 0.62 256.92 0.25 0.3
Hex 45 3A 61 1D 28 0 3E 101 19 1E
Octal 105 72 141 35 50 0 76 401 31 36
Binary 1000101 111010 1100001 11101 101000 0 111110 100000001 11001 11110

Color Harmonies of #453A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453A61

Black with #453A61

Text Example


Text Example

White with #453A61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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