Html Css Color HEX #453562 Meteorite

📋 copy color: '#453562'

red 69 ◦ green 53 ◦ blue 98

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

Shades of Meteorite #453562

Tints of Meteorite #453562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 44.55%

R = 31.36%
G = 24.09%
B = 44.55%

CMYK

 C value IS 0.30

 M value IS 0.46

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#453562 (or 0x453562) is known color: Meteorite. HEX triplet: 45, 35 and 62. RGB value is (69,53,98). Sum of RGB (Red+Green+Blue) = 69+53+98=220 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.36% from 220); Green value is 53 (21.09% from 255 or 24.09% from 220); Blue value is 98 (38.67% from 255 or 44.55% from 220); Max value from RGB is 98 - color contains mainly: blue. Hex color #453562 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453562 is #BACA9D. Grayscale: #3E3E3E. Windows color (decimal): -12241566 or 6436165. OLE color: 6436165.

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

Color convert

RGB 69 53 98 -
CMYK 0.30 0.46 0 0.62
HSL 261.33º 0.3% 0.3% -
HSV(B) 261.33º 0.46% 0.38% -
XYZ 5.93 4.69 12.15 -
YUV 62.91 147.8 132.34 -
System Red Green Blue C M Y K H S L
Decimal 69 53 98 0.30 0.46 0 0.62 261.33 0.3 0.3
Hex 45 35 62 1E 2E 0 3E 105 1E 1E
Octal 105 65 142 36 56 0 76 405 36 36
Binary 1000101 110101 1100010 11110 101110 0 111110 100000101 11110 11110

Color Harmonies of #453562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453562

Black with #453562

Text Example


Text Example

White with #453562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453562; }

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

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

background-color css

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

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

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

border-color css

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

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

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