Html Css Color HEX #4A4062 Meteorite

📋 copy color: '#4A4062'

red 74 ◦ green 64 ◦ blue 98

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

Shades of Meteorite #4A4062

Tints of Meteorite #4A4062

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.12%

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

R = 31.36%
G = 27.12%
B = 41.53%

CMYK

 C value IS 0.24

 M value IS 0.35

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4A4062 (or 0x4A4062) is known color: Meteorite. HEX triplet: 4A, 40 and 62. RGB value is (74,64,98). Sum of RGB (Red+Green+Blue) = 74+64+98=236 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.36% from 236); Green value is 64 (25.39% from 255 or 27.12% from 236); Blue value is 98 (38.67% from 255 or 41.53% from 236); Max value from RGB is 98 - color contains mainly: blue. Hex color #4A4062 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4062 is #B5BF9D. Grayscale: #464646. Windows color (decimal): -11911070 or 6438986. OLE color: 6438986.

HSL color Cylindrical-coordinate representation of color #4A4062: hue angle of 257.65º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4A4062 is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 74 64 98 -
CMYK 0.24 0.35 0 0.62
HSL 257.65º 0.21% 0.32% -
HSV(B) 257.65º 0.35% 0.38% -
XYZ 6.86 6 12.35 -
YUV 70.87 143.31 130.24 -
System Red Green Blue C M Y K H S L
Decimal 74 64 98 0.24 0.35 0 0.62 257.65 0.21 0.32
Hex 4A 40 62 18 23 0 3E 102 15 20
Octal 112 100 142 30 43 0 76 402 25 40
Binary 1001010 1000000 1100010 11000 100011 0 111110 100000010 10101 100000

Color Harmonies of #4A4062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4062

Black with #4A4062

Text Example


Text Example

White with #4A4062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,64,98); }

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

background-color css

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

 a { background-color: rgb(74,64,98); }

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

border-color css

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

 span { border-color: rgb(74,64,98); }

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