Html Css Color HEX #453762 Meteorite

📋 copy color: '#453762'

red 69 ◦ green 55 ◦ blue 98

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

Shades of Meteorite #453762

Tints of Meteorite #453762

RGB

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

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

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

R = 31.08%
G = 24.77%
B = 44.14%

CMYK

 C value IS 0.30

 M value IS 0.44

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#453762 (or 0x453762) is known color: Meteorite. HEX triplet: 45, 37 and 62. RGB value is (69,55,98). Sum of RGB (Red+Green+Blue) = 69+55+98=222 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.08% from 222); Green value is 55 (21.88% from 255 or 24.77% from 222); Blue value is 98 (38.67% from 255 or 44.14% from 222); Max value from RGB is 98 - color contains mainly: blue. Hex color #453762 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453762 is #BAC89D. Grayscale: #3F3F3F. Windows color (decimal): -12241054 or 6436677. OLE color: 6436677.

HSL color Cylindrical-coordinate representation of color #453762: hue angle of 259.53º 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 #453762 is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 69 55 98 -
CMYK 0.30 0.44 0 0.62
HSL 259.53º 0.28% 0.3% -
HSV(B) 259.53º 0.44% 0.38% -
XYZ 6.03 4.88 12.18 -
YUV 64.09 147.14 131.5 -
System Red Green Blue C M Y K H S L
Decimal 69 55 98 0.30 0.44 0 0.62 259.53 0.28 0.3
Hex 45 37 62 1E 2C 0 3E 104 1C 1E
Octal 105 67 142 36 54 0 76 404 34 36
Binary 1000101 110111 1100010 11110 101100 0 111110 100000100 11100 11110

Color Harmonies of #453762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453762

Black with #453762

Text Example


Text Example

White with #453762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453762; }

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

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

background-color css

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

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

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

border-color css

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

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

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