Html Css Color HEX #4F4385 Gigas

📋 copy color: '#4F4385'

red 79 ◦ green 67 ◦ blue 133

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

Shades of Gigas #4F4385

Tints of Gigas #4F4385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 47.67%

R = 28.32%
G = 24.01%
B = 47.67%

CMYK

 C value IS 0.41

 M value IS 0.50

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#4F4385 (or 0x4F4385) is known color: Gigas. HEX triplet: 4F, 43 and 85. RGB value is (79,67,133). Sum of RGB (Red+Green+Blue) = 79+67+133=279 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.32% from 279); Green value is 67 (26.56% from 255 or 24.01% from 279); Blue value is 133 (52.34% from 255 or 47.67% from 279); Max value from RGB is 133 - color contains mainly: blue. Hex color #4F4385 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F4385 is #B0BC7A. Grayscale: #4D4D4D. Windows color (decimal): -11582587 or 8733519. OLE color: 8733519.

HSL color Cylindrical-coordinate representation of color #4F4385: hue angle of 250.91º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4F4385 is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 79 67 133 -
CMYK 0.41 0.50 0 0.48
HSL 250.91º 0.33% 0.39% -
HSV(B) 250.91º 0.5% 0.52% -
XYZ 9.47 7.37 23.11 -
YUV 78.11 158.98 128.63 -
System Red Green Blue C M Y K H S L
Decimal 79 67 133 0.41 0.50 0 0.48 250.91 0.33 0.39
Hex 4F 43 85 29 32 0 30 FB 21 27
Octal 117 103 205 51 62 0 60 373 41 47
Binary 1001111 1000011 10000101 101001 110010 0 110000 11111011 100001 100111

Color Harmonies of #4F4385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4385

Black with #4F4385

Text Example


Text Example

White with #4F4385

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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