Html Css Color HEX #4A3C74 Meteorite

📋 copy color: '#4A3C74'

red 74 ◦ green 60 ◦ blue 116

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

Shades of Meteorite #4A3C74

Tints of Meteorite #4A3C74

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24%

 BLUE value IS 116 (45.7% from 255) = 46.4%

R = 29.6%
G = 24%
B = 46.4%

CMYK

 C value IS 0.36

 M value IS 0.48

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4A3C74 (or 0x4A3C74) is known color: Meteorite. HEX triplet: 4A, 3C and 74. RGB value is (74,60,116). Sum of RGB (Red+Green+Blue) = 74+60+116=250 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.6% from 250); Green value is 60 (23.83% from 255 or 24% from 250); Blue value is 116 (45.70% from 255 or 46.4% from 250); Max value from RGB is 116 - color contains mainly: blue. Hex color #4A3C74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3C74 is #B5C38B. Grayscale: #464646. Windows color (decimal): -11912076 or 7617610. OLE color: 7617610.

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

Color convert

RGB 74 60 116 -
CMYK 0.36 0.48 0 0.55
HSL 255º 0.32% 0.35% -
HSV(B) 255º 0.48% 0.45% -
XYZ 7.59 5.95 17.27 -
YUV 70.57 153.64 130.45 -
System Red Green Blue C M Y K H S L
Decimal 74 60 116 0.36 0.48 0 0.55 255 0.32 0.35
Hex 4A 3C 74 24 30 0 37 FF 20 23
Octal 112 74 164 44 60 0 67 377 40 43
Binary 1001010 111100 1110100 100100 110000 0 110111 11111111 100000 100011

Color Harmonies of #4A3C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3C74

Black with #4A3C74

Text Example


Text Example

White with #4A3C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,60,116); }

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

background-color css

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

 a { background-color: rgb(74,60,116); }

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

border-color css

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

 span { border-color: rgb(74,60,116); }

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