Html Css Color HEX #453563 Meteorite

📋 copy color: '#453563'

red 69 ◦ green 53 ◦ blue 99

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

Shades of Meteorite #453563

Tints of Meteorite #453563

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.98%

 BLUE value IS 99 (39.06% from 255) = 44.8%

R = 31.22%
G = 23.98%
B = 44.8%

CMYK

 C value IS 0.30

 M value IS 0.46

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#453563 (or 0x453563) is known color: Meteorite. HEX triplet: 45, 35 and 63. RGB value is (69,53,99). Sum of RGB (Red+Green+Blue) = 69+53+99=221 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.22% from 221); Green value is 53 (21.09% from 255 or 23.98% from 221); Blue value is 99 (39.06% from 255 or 44.80% from 221); Max value from RGB is 99 - color contains mainly: blue. Hex color #453563 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453563 is #BACA9C. Grayscale: #3E3E3E. Windows color (decimal): -12241565 or 6501701. OLE color: 6501701.

HSL color Cylindrical-coordinate representation of color #453563: hue angle of 260.87º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #453563 is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 69 53 99 -
CMYK 0.30 0.46 0 0.61
HSL 260.87º 0.3% 0.3% -
HSV(B) 260.87º 0.46% 0.39% -
XYZ 5.98 4.71 12.4 -
YUV 63.03 148.3 132.26 -
System Red Green Blue C M Y K H S L
Decimal 69 53 99 0.30 0.46 0 0.61 260.87 0.3 0.3
Hex 45 35 63 1E 2E 0 3D 105 1E 1E
Octal 105 65 143 36 56 0 75 405 36 36
Binary 1000101 110101 1100011 11110 101110 0 111101 100000101 11110 11110

Color Harmonies of #453563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453563

Black with #453563

Text Example


Text Example

White with #453563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453563; }

 p { color: rgb(69,53,99); }

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

background-color css

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

 a { background-color: rgb(69,53,99); }

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

border-color css

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

 span { border-color: rgb(69,53,99); }

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