Html Css Color HEX #4C3869 Meteorite

📋 copy color: '#4C3869'

red 76 ◦ green 56 ◦ blue 105

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

Shades of Meteorite #4C3869

Tints of Meteorite #4C3869

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.63%

 BLUE value IS 105 (41.41% from 255) = 44.3%

R = 32.07%
G = 23.63%
B = 44.3%

CMYK

 C value IS 0.28

 M value IS 0.47

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#4C3869 (or 0x4C3869) is known color: Meteorite. HEX triplet: 4C, 38 and 69. RGB value is (76,56,105). Sum of RGB (Red+Green+Blue) = 76+56+105=237 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.07% from 237); Green value is 56 (22.27% from 255 or 23.63% from 237); Blue value is 105 (41.41% from 255 or 44.30% from 237); Max value from RGB is 105 - color contains mainly: blue. Hex color #4C3869 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3869 is #B3C796. Grayscale: #434343. Windows color (decimal): -11782039 or 6895692. OLE color: 6895692.

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

Color convert

RGB 76 56 105 -
CMYK 0.28 0.47 0 0.59
HSL 264.49º 0.3% 0.32% -
HSV(B) 264.49º 0.47% 0.41% -
XYZ 6.94 5.38 14.04 -
YUV 67.57 149.13 134.02 -
System Red Green Blue C M Y K H S L
Decimal 76 56 105 0.28 0.47 0 0.59 264.49 0.3 0.32
Hex 4C 38 69 1C 2F 0 3B 108 1E 20
Octal 114 70 151 34 57 0 73 410 36 40
Binary 1001100 111000 1101001 11100 101111 0 111011 100001000 11110 100000

Color Harmonies of #4C3869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3869

Black with #4C3869

Text Example


Text Example

White with #4C3869

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,56,105); }

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

background-color css

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

 a { background-color: rgb(76,56,105); }

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

border-color css

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

 span { border-color: rgb(76,56,105); }

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