Html Css Color HEX #4A4172 Meteorite

📋 copy color: '#4A4172'

red 74 ◦ green 65 ◦ blue 114

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

Shades of Meteorite #4A4172

Tints of Meteorite #4A4172

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.69%

 BLUE value IS 114 (44.92% from 255) = 45.06%

R = 29.25%
G = 25.69%
B = 45.06%

CMYK

 C value IS 0.35

 M value IS 0.43

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4A4172 (or 0x4A4172) is known color: Meteorite. HEX triplet: 4A, 41 and 72. RGB value is (74,65,114). Sum of RGB (Red+Green+Blue) = 74+65+114=253 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.25% from 253); Green value is 65 (25.78% from 255 or 25.69% from 253); Blue value is 114 (44.92% from 255 or 45.06% from 253); Max value from RGB is 114 - color contains mainly: blue. Hex color #4A4172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4172 is #B5BE8D. Grayscale: #494949. Windows color (decimal): -11910798 or 7487818. OLE color: 7487818.

HSL color Cylindrical-coordinate representation of color #4A4172: hue angle of 251.02º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4A4172 is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 74 65 114 -
CMYK 0.35 0.43 0 0.55
HSL 251.02º 0.27% 0.35% -
HSV(B) 251.02º 0.43% 0.45% -
XYZ 7.75 6.45 16.76 -
YUV 73.28 150.98 128.52 -
System Red Green Blue C M Y K H S L
Decimal 74 65 114 0.35 0.43 0 0.55 251.02 0.27 0.35
Hex 4A 41 72 23 2B 0 37 FB 1B 23
Octal 112 101 162 43 53 0 67 373 33 43
Binary 1001010 1000001 1110010 100011 101011 0 110111 11111011 11011 100011

Color Harmonies of #4A4172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4172

Black with #4A4172

Text Example


Text Example

White with #4A4172

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,65,114); }

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

background-color css

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

 a { background-color: rgb(74,65,114); }

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

border-color css

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

 span { border-color: rgb(74,65,114); }

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