Html Css Color HEX #453771 Meteorite

📋 copy color: '#453771'

red 69 ◦ green 55 ◦ blue 113

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

Shades of Meteorite #453771

Tints of Meteorite #453771

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.21%

 BLUE value IS 113 (44.53% from 255) = 47.68%

R = 29.11%
G = 23.21%
B = 47.68%

CMYK

 C value IS 0.39

 M value IS 0.51

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#453771 (or 0x453771) is known color: Meteorite. HEX triplet: 45, 37 and 71. RGB value is (69,55,113). Sum of RGB (Red+Green+Blue) = 69+55+113=237 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.11% from 237); Green value is 55 (21.88% from 255 or 23.21% from 237); Blue value is 113 (44.53% from 255 or 47.68% from 237); Max value from RGB is 113 - color contains mainly: blue. Hex color #453771 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453771 is #BAC88E. Grayscale: #414141. Windows color (decimal): -12241039 or 7419717. OLE color: 7419717.

HSL color Cylindrical-coordinate representation of color #453771: hue angle of 254.48º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #453771 is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 69 55 113 -
CMYK 0.39 0.51 0 0.56
HSL 254.48º 0.35% 0.33% -
HSV(B) 254.48º 0.51% 0.44% -
XYZ 6.8 5.19 16.27 -
YUV 65.8 154.64 130.28 -
System Red Green Blue C M Y K H S L
Decimal 69 55 113 0.39 0.51 0 0.56 254.48 0.35 0.33
Hex 45 37 71 27 33 0 38 FE 23 21
Octal 105 67 161 47 63 0 70 376 43 41
Binary 1000101 110111 1110001 100111 110011 0 111000 11111110 100011 100001

Color Harmonies of #453771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453771

Black with #453771

Text Example


Text Example

White with #453771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453771; }

 p { color: rgb(69,55,113); }

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

background-color css

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

 a { background-color: rgb(69,55,113); }

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

border-color css

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

 span { border-color: rgb(69,55,113); }

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