Html Css Color HEX #453863 Meteorite

📋 copy color: '#453863'

red 69 ◦ green 56 ◦ blue 99

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

Shades of Meteorite #453863

Tints of Meteorite #453863

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25%

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

R = 30.8%
G = 25%
B = 44.2%

CMYK

 C value IS 0.30

 M value IS 0.43

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#453863 (or 0x453863) is known color: Meteorite. HEX triplet: 45, 38 and 63. RGB value is (69,56,99). Sum of RGB (Red+Green+Blue) = 69+56+99=224 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.80% from 224); Green value is 56 (22.27% from 255 or 25% from 224); Blue value is 99 (39.06% from 255 or 44.20% from 224); Max value from RGB is 99 - color contains mainly: blue. Hex color #453863 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453863 is #BAC79C. Grayscale: #404040. Windows color (decimal): -12240797 or 6502469. OLE color: 6502469.

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

Color convert

RGB 69 56 99 -
CMYK 0.30 0.43 0 0.61
HSL 258.14º 0.28% 0.3% -
HSV(B) 258.14º 0.43% 0.39% -
XYZ 6.12 4.99 12.45 -
YUV 64.79 147.31 131 -
System Red Green Blue C M Y K H S L
Decimal 69 56 99 0.30 0.43 0 0.61 258.14 0.28 0.3
Hex 45 38 63 1E 2B 0 3D 102 1C 1E
Octal 105 70 143 36 53 0 75 402 34 36
Binary 1000101 111000 1100011 11110 101011 0 111101 100000010 11100 11110

Color Harmonies of #453863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453863

Black with #453863

Text Example


Text Example

White with #453863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453863; }

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

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

background-color css

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

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

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

border-color css

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

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

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