Html Css Color HEX #4C3F62 Meteorite

📋 copy color: '#4C3F62'

red 76 ◦ green 63 ◦ blue 98

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

Shades of Meteorite #4C3F62

Tints of Meteorite #4C3F62

RGB

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

 GREEN value IS 63 (25% from 255) = 26.58%

 BLUE value IS 98 (38.67% from 255) = 41.35%

R = 32.07%
G = 26.58%
B = 41.35%

CMYK

 C value IS 0.22

 M value IS 0.36

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4C3F62 (or 0x4C3F62) is known color: Meteorite. HEX triplet: 4C, 3F and 62. RGB value is (76,63,98). Sum of RGB (Red+Green+Blue) = 76+63+98=237 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.07% from 237); Green value is 63 (25% from 255 or 26.58% from 237); Blue value is 98 (38.67% from 255 or 41.35% from 237); Max value from RGB is 98 - color contains mainly: blue. Hex color #4C3F62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3F62 is #B3C09D. Grayscale: #464646. Windows color (decimal): -11780254 or 6438732. OLE color: 6438732.

HSL color Cylindrical-coordinate representation of color #4C3F62: hue angle of 262.29º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4C3F62 is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 76 63 98 -
CMYK 0.22 0.36 0 0.62
HSL 262.29º 0.22% 0.32% -
HSV(B) 262.29º 0.36% 0.38% -
XYZ 6.96 5.97 12.34 -
YUV 70.88 143.31 131.65 -
System Red Green Blue C M Y K H S L
Decimal 76 63 98 0.22 0.36 0 0.62 262.29 0.22 0.32
Hex 4C 3F 62 16 24 0 3E 106 16 20
Octal 114 77 142 26 44 0 76 406 26 40
Binary 1001100 111111 1100010 10110 100100 0 111110 100000110 10110 100000

Color Harmonies of #4C3F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3F62

Black with #4C3F62

Text Example


Text Example

White with #4C3F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,63,98); }

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

background-color css

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

 a { background-color: rgb(76,63,98); }

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

border-color css

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

 span { border-color: rgb(76,63,98); }

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