Html Css Color HEX #4A396B Meteorite

📋 copy color: '#4A396B'

red 74 ◦ green 57 ◦ blue 107

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

Shades of Meteorite #4A396B

Tints of Meteorite #4A396B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.95%

 BLUE value IS 107 (42.19% from 255) = 44.96%

R = 31.09%
G = 23.95%
B = 44.96%

CMYK

 C value IS 0.31

 M value IS 0.47

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4A396B (or 0x4A396B) is known color: Meteorite. HEX triplet: 4A, 39 and 6B. RGB value is (74,57,107). Sum of RGB (Red+Green+Blue) = 74+57+107=238 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.09% from 238); Green value is 57 (22.66% from 255 or 23.95% from 238); Blue value is 107 (42.19% from 255 or 44.96% from 238); Max value from RGB is 107 - color contains mainly: blue. Hex color #4A396B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A396B is #B5C694. Grayscale: #434343. Windows color (decimal): -11912853 or 7027018. OLE color: 7027018.

HSL color Cylindrical-coordinate representation of color #4A396B: hue angle of 260.4º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4A396B is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 74 57 107 -
CMYK 0.31 0.47 0 0.58
HSL 260.4º 0.3% 0.32% -
HSV(B) 260.4º 0.47% 0.42% -
XYZ 6.94 5.44 14.59 -
YUV 67.78 150.13 132.43 -
System Red Green Blue C M Y K H S L
Decimal 74 57 107 0.31 0.47 0 0.58 260.4 0.3 0.32
Hex 4A 39 6B 1F 2F 0 3A 104 1E 20
Octal 112 71 153 37 57 0 72 404 36 40
Binary 1001010 111001 1101011 11111 101111 0 111010 100000100 11110 100000

Color Harmonies of #4A396B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A396B

Black with #4A396B

Text Example


Text Example

White with #4A396B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,57,107); }

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

background-color css

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

 a { background-color: rgb(74,57,107); }

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

border-color css

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

 span { border-color: rgb(74,57,107); }

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