Html Css Color HEX #453662 Meteorite

📋 copy color: '#453662'

red 69 ◦ green 54 ◦ blue 98

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

Shades of Meteorite #453662

Tints of Meteorite #453662

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.43%

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

R = 31.22%
G = 24.43%
B = 44.34%

CMYK

 C value IS 0.30

 M value IS 0.45

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#453662 (or 0x453662) is known color: Meteorite. HEX triplet: 45, 36 and 62. RGB value is (69,54,98). Sum of RGB (Red+Green+Blue) = 69+54+98=221 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.22% from 221); Green value is 54 (21.48% from 255 or 24.43% from 221); Blue value is 98 (38.67% from 255 or 44.34% from 221); Max value from RGB is 98 - color contains mainly: blue. Hex color #453662 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453662 is #BAC99D. Grayscale: #3F3F3F. Windows color (decimal): -12241310 or 6436421. OLE color: 6436421.

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

Color convert

RGB 69 54 98 -
CMYK 0.30 0.45 0 0.62
HSL 260.45º 0.29% 0.3% -
HSV(B) 260.45º 0.45% 0.38% -
XYZ 5.98 4.79 12.16 -
YUV 63.5 147.47 131.92 -
System Red Green Blue C M Y K H S L
Decimal 69 54 98 0.30 0.45 0 0.62 260.45 0.29 0.3
Hex 45 36 62 1E 2D 0 3E 104 1D 1E
Octal 105 66 142 36 55 0 76 404 35 36
Binary 1000101 110110 1100010 11110 101101 0 111110 100000100 11101 11110

Color Harmonies of #453662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453662

Black with #453662

Text Example


Text Example

White with #453662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453662; }

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

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

background-color css

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

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

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

border-color css

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

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

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