Html Css Color HEX #4C396E Meteorite

📋 copy color: '#4C396E'

red 76 ◦ green 57 ◦ blue 110

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

Shades of Meteorite #4C396E

Tints of Meteorite #4C396E

RGB

 RED value IS 76 (30.08% from 255) = 31.28%

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

 BLUE value IS 110 (43.36% from 255) = 45.27%

R = 31.28%
G = 23.46%
B = 45.27%

CMYK

 C value IS 0.31

 M value IS 0.48

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4C396E (or 0x4C396E) is known color: Meteorite. HEX triplet: 4C, 39 and 6E. RGB value is (76,57,110). Sum of RGB (Red+Green+Blue) = 76+57+110=243 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.28% from 243); Green value is 57 (22.66% from 255 or 23.46% from 243); Blue value is 110 (43.36% from 255 or 45.27% from 243); Max value from RGB is 110 - color contains mainly: blue. Hex color #4C396E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C396E is #B3C691. Grayscale: #444444. Windows color (decimal): -11781778 or 7223628. OLE color: 7223628.

HSL color Cylindrical-coordinate representation of color #4C396E: hue angle of 261.51º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4C396E is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 76 57 110 -
CMYK 0.31 0.48 0 0.57
HSL 261.51º 0.32% 0.33% -
HSV(B) 261.51º 0.48% 0.43% -
XYZ 7.26 5.59 15.45 -
YUV 68.72 151.29 133.19 -
System Red Green Blue C M Y K H S L
Decimal 76 57 110 0.31 0.48 0 0.57 261.51 0.32 0.33
Hex 4C 39 6E 1F 30 0 39 106 20 21
Octal 114 71 156 37 60 0 71 406 40 41
Binary 1001100 111001 1101110 11111 110000 0 111001 100000110 100000 100001

Color Harmonies of #4C396E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C396E

Black with #4C396E

Text Example


Text Example

White with #4C396E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,57,110); }

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

background-color css

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

 a { background-color: rgb(76,57,110); }

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

border-color css

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

 span { border-color: rgb(76,57,110); }

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