Html Css Color HEX #4A4462 Meteorite

📋 copy color: '#4A4462'

red 74 ◦ green 68 ◦ blue 98

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

Shades of Meteorite #4A4462

Tints of Meteorite #4A4462

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.33%

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

R = 30.83%
G = 28.33%
B = 40.83%

CMYK

 C value IS 0.24

 M value IS 0.31

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4A4462 (or 0x4A4462) is known color: Meteorite. HEX triplet: 4A, 44 and 62. RGB value is (74,68,98). Sum of RGB (Red+Green+Blue) = 74+68+98=240 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.83% from 240); Green value is 68 (26.95% from 255 or 28.33% from 240); Blue value is 98 (38.67% from 255 or 40.83% from 240); Max value from RGB is 98 - color contains mainly: blue. Hex color #4A4462 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4462 is #B5BB9D. Grayscale: #494949. Windows color (decimal): -11910046 or 6440010. OLE color: 6440010.

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

Color convert

RGB 74 68 98 -
CMYK 0.24 0.31 0 0.62
HSL 252º 0.18% 0.33% -
HSV(B) 252º 0.31% 0.38% -
XYZ 7.1 6.47 12.43 -
YUV 73.21 141.99 128.56 -
System Red Green Blue C M Y K H S L
Decimal 74 68 98 0.24 0.31 0 0.62 252 0.18 0.33
Hex 4A 44 62 18 1F 0 3E FC 12 21
Octal 112 104 142 30 37 0 76 374 22 41
Binary 1001010 1000100 1100010 11000 11111 0 111110 11111100 10010 100001

Color Harmonies of #4A4462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4462

Black with #4A4462

Text Example


Text Example

White with #4A4462

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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