Html Css Color HEX #4A4461 Meteorite

📋 copy color: '#4A4461'

red 74 ◦ green 68 ◦ blue 97

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

Shades of Meteorite #4A4461

Tints of Meteorite #4A4461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 40.59%

R = 30.96%
G = 28.45%
B = 40.59%

CMYK

 C value IS 0.24

 M value IS 0.30

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4A4461 (or 0x4A4461) is known color: Meteorite. HEX triplet: 4A, 44 and 61. RGB value is (74,68,97). Sum of RGB (Red+Green+Blue) = 74+68+97=239 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.96% from 239); Green value is 68 (26.95% from 255 or 28.45% from 239); Blue value is 97 (38.28% from 255 or 40.59% from 239); Max value from RGB is 97 - color contains mainly: blue. Hex color #4A4461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4461 is #B5BB9E. Grayscale: #484848. Windows color (decimal): -11910047 or 6374474. OLE color: 6374474.

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

Color convert

RGB 74 68 97 -
CMYK 0.24 0.30 0 0.62
HSL 252.41º 0.18% 0.32% -
HSV(B) 252.41º 0.3% 0.38% -
XYZ 7.05 6.45 12.18 -
YUV 73.1 141.49 128.64 -
System Red Green Blue C M Y K H S L
Decimal 74 68 97 0.24 0.30 0 0.62 252.41 0.18 0.32
Hex 4A 44 61 18 1E 0 3E FC 12 20
Octal 112 104 141 30 36 0 76 374 22 40
Binary 1001010 1000100 1100001 11000 11110 0 111110 11111100 10010 100000

Color Harmonies of #4A4461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4461

Black with #4A4461

Text Example


Text Example

White with #4A4461

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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