Html Css Color HEX #453661 Meteorite

📋 copy color: '#453661'

red 69 ◦ green 54 ◦ blue 97

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

Shades of Meteorite #453661

Tints of Meteorite #453661

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.55%

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

R = 31.36%
G = 24.55%
B = 44.09%

CMYK

 C value IS 0.29

 M value IS 0.44

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#453661 (or 0x453661) is known color: Meteorite. HEX triplet: 45, 36 and 61. RGB value is (69,54,97). Sum of RGB (Red+Green+Blue) = 69+54+97=220 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.36% from 220); Green value is 54 (21.48% from 255 or 24.55% from 220); Blue value is 97 (38.28% from 255 or 44.09% from 220); Max value from RGB is 97 - color contains mainly: blue. Hex color #453661 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453661 is #BAC99E. Grayscale: #3F3F3F. Windows color (decimal): -12241311 or 6370885. OLE color: 6370885.

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

Color convert

RGB 69 54 97 -
CMYK 0.29 0.44 0 0.62
HSL 260.93º 0.28% 0.3% -
HSV(B) 260.93º 0.44% 0.38% -
XYZ 5.93 4.77 11.92 -
YUV 63.39 146.97 132 -
System Red Green Blue C M Y K H S L
Decimal 69 54 97 0.29 0.44 0 0.62 260.93 0.28 0.3
Hex 45 36 61 1D 2C 0 3E 105 1C 1E
Octal 105 66 141 35 54 0 76 405 34 36
Binary 1000101 110110 1100001 11101 101100 0 111110 100000101 11100 11110

Color Harmonies of #453661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453661

Black with #453661

Text Example


Text Example

White with #453661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453661; }

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

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

background-color css

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

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

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

border-color css

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

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

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