Html Css Color HEX #4C456E Meteorite

📋 copy color: '#4C456E'

red 76 ◦ green 69 ◦ blue 110

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

Shades of Meteorite #4C456E

Tints of Meteorite #4C456E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.06%

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

R = 29.8%
G = 27.06%
B = 43.14%

CMYK

 C value IS 0.31

 M value IS 0.37

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4C456E (or 0x4C456E) is known color: Meteorite. HEX triplet: 4C, 45 and 6E. RGB value is (76,69,110). Sum of RGB (Red+Green+Blue) = 76+69+110=255 (33% of max value = 765). Red value is 76 (30.08% from 255 or 29.80% from 255); Green value is 69 (27.34% from 255 or 27.06% from 255); Blue value is 110 (43.36% from 255 or 43.14% from 255); Max value from RGB is 110 - color contains mainly: blue. Hex color #4C456E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C456E is #B3BA91. Grayscale: #4B4B4B. Windows color (decimal): -11778706 or 7226700. OLE color: 7226700.

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

Color convert

RGB 76 69 110 -
CMYK 0.31 0.37 0 0.57
HSL 250.24º 0.23% 0.35% -
HSV(B) 250.24º 0.37% 0.43% -
XYZ 7.92 6.92 15.67 -
YUV 75.77 147.32 128.17 -
System Red Green Blue C M Y K H S L
Decimal 76 69 110 0.31 0.37 0 0.57 250.24 0.23 0.35
Hex 4C 45 6E 1F 25 0 39 FA 17 23
Octal 114 105 156 37 45 0 71 372 27 43
Binary 1001100 1000101 1101110 11111 100101 0 111001 11111010 10111 100011

Color Harmonies of #4C456E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C456E

Black with #4C456E

Text Example


Text Example

White with #4C456E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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