Html Css Color HEX #4F4185 Gigas

📋 copy color: '#4F4185'

red 79 ◦ green 65 ◦ blue 133

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

Shades of Gigas #4F4185

Tints of Gigas #4F4185

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.47%

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

R = 28.52%
G = 23.47%
B = 48.01%

CMYK

 C value IS 0.41

 M value IS 0.51

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#4F4185 (or 0x4F4185) is known color: Gigas. HEX triplet: 4F, 41 and 85. RGB value is (79,65,133). Sum of RGB (Red+Green+Blue) = 79+65+133=277 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.52% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 133 (52.34% from 255 or 48.01% from 277); Max value from RGB is 133 - color contains mainly: blue. Hex color #4F4185 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F4185 is #B0BE7A. Grayscale: #4C4C4C. Windows color (decimal): -11583099 or 8733007. OLE color: 8733007.

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

Color convert

RGB 79 65 133 -
CMYK 0.41 0.51 0 0.48
HSL 252.35º 0.34% 0.39% -
HSV(B) 252.35º 0.51% 0.52% -
XYZ 9.35 7.14 23.08 -
YUV 76.94 159.64 129.47 -
System Red Green Blue C M Y K H S L
Decimal 79 65 133 0.41 0.51 0 0.48 252.35 0.34 0.39
Hex 4F 41 85 29 33 0 30 FC 22 27
Octal 117 101 205 51 63 0 60 374 42 47
Binary 1001111 1000001 10000101 101001 110011 0 110000 11111100 100010 100111

Color Harmonies of #4F4185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4185

Black with #4F4185

Text Example


Text Example

White with #4F4185

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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