Html Css Color HEX #493462 Meteorite

📋 copy color: '#493462'

red 73 ◦ green 52 ◦ blue 98

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

Shades of Meteorite #493462

Tints of Meteorite #493462

RGB

 RED value IS 73 (28.91% from 255) = 32.74%

 GREEN value IS 52 (20.7% from 255) = 23.32%

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

R = 32.74%
G = 23.32%
B = 43.95%

CMYK

 C value IS 0.26

 M value IS 0.47

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#493462 (or 0x493462) is known color: Meteorite. HEX triplet: 49, 34 and 62. RGB value is (73,52,98). Sum of RGB (Red+Green+Blue) = 73+52+98=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 52 (20.70% from 255 or 23.32% from 223); Blue value is 98 (38.67% from 255 or 43.95% from 223); Max value from RGB is 98 - color contains mainly: blue. Hex color #493462 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493462 is #B6CB9D. Grayscale: #3F3F3F. Windows color (decimal): -11979678 or 6435913. OLE color: 6435913.

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

Color convert

RGB 73 52 98 -
CMYK 0.26 0.47 0 0.62
HSL 267.39º 0.31% 0.29% -
HSV(B) 267.39º 0.47% 0.38% -
XYZ 6.18 4.75 12.15 -
YUV 63.52 147.46 134.76 -
System Red Green Blue C M Y K H S L
Decimal 73 52 98 0.26 0.47 0 0.62 267.39 0.31 0.29
Hex 49 34 62 1A 2F 0 3E 10B 1F 1D
Octal 111 64 142 32 57 0 76 413 37 35
Binary 1001001 110100 1100010 11010 101111 0 111110 100001011 11111 11101

Color Harmonies of #493462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493462

Black with #493462

Text Example


Text Example

White with #493462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493462; }

 p { color: rgb(73,52,98); }

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

background-color css

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

 a { background-color: rgb(73,52,98); }

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

border-color css

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

 span { border-color: rgb(73,52,98); }

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