Html Css Color HEX #4F4387 Gigas

📋 copy color: '#4F4387'

red 79 ◦ green 67 ◦ blue 135

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

Shades of Gigas #4F4387

Tints of Gigas #4F4387

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.84%

 BLUE value IS 135 (53.13% from 255) = 48.04%

R = 28.11%
G = 23.84%
B = 48.04%

CMYK

 C value IS 0.41

 M value IS 0.50

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#4F4387 (or 0x4F4387) is known color: Gigas. HEX triplet: 4F, 43 and 87. RGB value is (79,67,135). Sum of RGB (Red+Green+Blue) = 79+67+135=281 (37% of max value = 765). Red value is 79 (31.25% from 255 or 28.11% from 281); Green value is 67 (26.56% from 255 or 23.84% from 281); Blue value is 135 (53.12% from 255 or 48.04% from 281); Max value from RGB is 135 - color contains mainly: blue. Hex color #4F4387 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F4387 is #B0BC78. Grayscale: #4E4E4E. Windows color (decimal): -11582585 or 8864591. OLE color: 8864591.

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

Color convert

RGB 79 67 135 -
CMYK 0.41 0.50 0 0.47
HSL 250.59º 0.34% 0.4% -
HSV(B) 250.59º 0.5% 0.53% -
XYZ 9.6 7.43 23.85 -
YUV 78.34 159.98 128.47 -
System Red Green Blue C M Y K H S L
Decimal 79 67 135 0.41 0.50 0 0.47 250.59 0.34 0.4
Hex 4F 43 87 29 32 0 2F FB 22 28
Octal 117 103 207 51 62 0 57 373 42 50
Binary 1001111 1000011 10000111 101001 110010 0 101111 11111011 100010 101000

Color Harmonies of #4F4387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4387

Black with #4F4387

Text Example


Text Example

White with #4F4387

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,67,135); }

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

background-color css

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

 a { background-color: rgb(79,67,135); }

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

border-color css

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

 span { border-color: rgb(79,67,135); }

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