Html Css Color HEX #4A3E63 Meteorite

📋 copy color: '#4A3E63'

red 74 ◦ green 62 ◦ blue 99

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

Shades of Meteorite #4A3E63

Tints of Meteorite #4A3E63

RGB

 RED value IS 74 (29.3% from 255) = 31.49%

 GREEN value IS 62 (24.61% from 255) = 26.38%

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

R = 31.49%
G = 26.38%
B = 42.13%

CMYK

 C value IS 0.25

 M value IS 0.37

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#4A3E63 (or 0x4A3E63) is known color: Meteorite. HEX triplet: 4A, 3E and 63. RGB value is (74,62,99). Sum of RGB (Red+Green+Blue) = 74+62+99=235 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.49% from 235); Green value is 62 (24.61% from 255 or 26.38% from 235); Blue value is 99 (39.06% from 255 or 42.13% from 235); Max value from RGB is 99 - color contains mainly: blue. Hex color #4A3E63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3E63 is #B5C19C. Grayscale: #454545. Windows color (decimal): -11911581 or 6504010. OLE color: 6504010.

HSL color Cylindrical-coordinate representation of color #4A3E63: hue angle of 259.46º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4A3E63 is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 74 62 99 -
CMYK 0.25 0.37 0 0.61
HSL 259.46º 0.23% 0.32% -
HSV(B) 259.46º 0.37% 0.39% -
XYZ 6.8 5.8 12.57 -
YUV 69.81 144.48 130.99 -
System Red Green Blue C M Y K H S L
Decimal 74 62 99 0.25 0.37 0 0.61 259.46 0.23 0.32
Hex 4A 3E 63 19 25 0 3D 103 17 20
Octal 112 76 143 31 45 0 75 403 27 40
Binary 1001010 111110 1100011 11001 100101 0 111101 100000011 10111 100000

Color Harmonies of #4A3E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3E63

Black with #4A3E63

Text Example


Text Example

White with #4A3E63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A3E63; }

 p { color: rgb(74,62,99); }

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

background-color css

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

 a { background-color: rgb(74,62,99); }

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

border-color css

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

 span { border-color: rgb(74,62,99); }

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