Html Css Color HEX #4F4078 Meteorite

📋 copy color: '#4F4078'

red 79 ◦ green 64 ◦ blue 120

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

Shades of Meteorite #4F4078

Tints of Meteorite #4F4078

RGB

 RED value IS 79 (31.25% from 255) = 30.04%

 GREEN value IS 64 (25.39% from 255) = 24.33%

 BLUE value IS 120 (47.27% from 255) = 45.63%

R = 30.04%
G = 24.33%
B = 45.63%

CMYK

 C value IS 0.34

 M value IS 0.47

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4F4078 (or 0x4F4078) is known color: Meteorite. HEX triplet: 4F, 40 and 78. RGB value is (79,64,120). Sum of RGB (Red+Green+Blue) = 79+64+120=263 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.04% from 263); Green value is 64 (25.39% from 255 or 24.33% from 263); Blue value is 120 (47.27% from 255 or 45.63% from 263); Max value from RGB is 120 - color contains mainly: blue. Hex color #4F4078 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4078 is #B0BF87. Grayscale: #4A4A4A. Windows color (decimal): -11583368 or 7880783. OLE color: 7880783.

HSL color Cylindrical-coordinate representation of color #4F4078: hue angle of 256.07º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4F4078 is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 79 64 120 -
CMYK 0.34 0.47 0 0.53
HSL 256.07º 0.3% 0.36% -
HSV(B) 256.07º 0.47% 0.47% -
XYZ 8.45 6.69 18.61 -
YUV 74.87 153.47 130.95 -
System Red Green Blue C M Y K H S L
Decimal 79 64 120 0.34 0.47 0 0.53 256.07 0.3 0.36
Hex 4F 40 78 22 2F 0 35 100 1E 24
Octal 117 100 170 42 57 0 65 400 36 44
Binary 1001111 1000000 1111000 100010 101111 0 110101 100000000 11110 100100

Color Harmonies of #4F4078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4078

Black with #4F4078

Text Example


Text Example

White with #4F4078

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,64,120); }

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

background-color css

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

 a { background-color: rgb(79,64,120); }

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

border-color css

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

 span { border-color: rgb(79,64,120); }

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