Html Css Color HEX #4A4360 Meteorite

📋 copy color: '#4A4360'

red 74 ◦ green 67 ◦ blue 96

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

Shades of Meteorite #4A4360

Tints of Meteorite #4A4360

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.27%

 BLUE value IS 96 (37.89% from 255) = 40.51%

R = 31.22%
G = 28.27%
B = 40.51%

CMYK

 C value IS 0.23

 M value IS 0.30

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4A4360 (or 0x4A4360) is known color: Meteorite. HEX triplet: 4A, 43 and 60. RGB value is (74,67,96). Sum of RGB (Red+Green+Blue) = 74+67+96=237 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.22% from 237); Green value is 67 (26.56% from 255 or 28.27% from 237); Blue value is 96 (37.89% from 255 or 40.51% from 237); Max value from RGB is 96 - color contains mainly: blue. Hex color #4A4360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4360 is #B5BC9F. Grayscale: #484848. Windows color (decimal): -11910304 or 6308682. OLE color: 6308682.

HSL color Cylindrical-coordinate representation of color #4A4360: hue angle of 254.48º 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 #4A4360 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 74 67 96 -
CMYK 0.23 0.30 0 0.62
HSL 254.48º 0.18% 0.32% -
HSV(B) 254.48º 0.3% 0.38% -
XYZ 6.94 6.31 11.92 -
YUV 72.4 141.32 129.14 -
System Red Green Blue C M Y K H S L
Decimal 74 67 96 0.23 0.30 0 0.62 254.48 0.18 0.32
Hex 4A 43 60 17 1E 0 3E FE 12 20
Octal 112 103 140 27 36 0 76 376 22 40
Binary 1001010 1000011 1100000 10111 11110 0 111110 11111110 10010 100000

Color Harmonies of #4A4360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4360

Black with #4A4360

Text Example


Text Example

White with #4A4360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,67,96); }

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

background-color css

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

 a { background-color: rgb(74,67,96); }

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

border-color css

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

 span { border-color: rgb(74,67,96); }

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