Html Css Color HEX #4A435E Meteorite

📋 copy color: '#4A435E'

red 74 ◦ green 67 ◦ blue 94

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

Shades of Meteorite #4A435E

Tints of Meteorite #4A435E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 40%

R = 31.49%
G = 28.51%
B = 40%

CMYK

 C value IS 0.21

 M value IS 0.29

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#4A435E (or 0x4A435E) is known color: Meteorite. HEX triplet: 4A, 43 and 5E. RGB value is (74,67,94). Sum of RGB (Red+Green+Blue) = 74+67+94=235 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.49% from 235); Green value is 67 (26.56% from 255 or 28.51% from 235); Blue value is 94 (37.11% from 255 or 40% from 235); Max value from RGB is 94 - color contains mainly: blue. Hex color #4A435E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A435E is #B5BCA1. Grayscale: #484848. Windows color (decimal): -11910306 or 6177610. OLE color: 6177610.

HSL color Cylindrical-coordinate representation of color #4A435E: hue angle of 255.56º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4A435E is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 74 67 94 -
CMYK 0.21 0.29 0 0.63
HSL 255.56º 0.17% 0.32% -
HSV(B) 255.56º 0.29% 0.37% -
XYZ 6.85 6.28 11.44 -
YUV 72.17 140.32 129.3 -
System Red Green Blue C M Y K H S L
Decimal 74 67 94 0.21 0.29 0 0.63 255.56 0.17 0.32
Hex 4A 43 5E 15 1D 0 3F 100 11 20
Octal 112 103 136 25 35 0 77 400 21 40
Binary 1001010 1000011 1011110 10101 11101 0 111111 100000000 10001 100000

Color Harmonies of #4A435E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A435E

Black with #4A435E

Text Example


Text Example

White with #4A435E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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