Html Css Color HEX #4F427C Gigas

📋 copy color: '#4F427C'

red 79 ◦ green 66 ◦ blue 124

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

Shades of Gigas #4F427C

Tints of Gigas #4F427C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.54%

 BLUE value IS 124 (48.83% from 255) = 46.1%

R = 29.37%
G = 24.54%
B = 46.1%

CMYK

 C value IS 0.36

 M value IS 0.47

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4F427C (or 0x4F427C) is known color: Gigas. HEX triplet: 4F, 42 and 7C. RGB value is (79,66,124). Sum of RGB (Red+Green+Blue) = 79+66+124=269 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.37% from 269); Green value is 66 (26.17% from 255 or 24.54% from 269); Blue value is 124 (48.83% from 255 or 46.10% from 269); Max value from RGB is 124 - color contains mainly: blue. Hex color #4F427C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F427C is #B0BD83. Grayscale: #4C4C4C. Windows color (decimal): -11582852 or 8143439. OLE color: 8143439.

HSL color Cylindrical-coordinate representation of color #4F427C: hue angle of 253.45º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4F427C is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 79 66 124 -
CMYK 0.36 0.47 0 0.51
HSL 253.45º 0.31% 0.37% -
HSV(B) 253.45º 0.47% 0.49% -
XYZ 8.81 7.01 19.96 -
YUV 76.5 154.81 129.78 -
System Red Green Blue C M Y K H S L
Decimal 79 66 124 0.36 0.47 0 0.51 253.45 0.31 0.37
Hex 4F 42 7C 24 2F 0 33 FD 1F 25
Octal 117 102 174 44 57 0 63 375 37 45
Binary 1001111 1000010 1111100 100100 101111 0 110011 11111101 11111 100101

Color Harmonies of #4F427C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F427C

Black with #4F427C

Text Example


Text Example

White with #4F427C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,66,124); }

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

background-color css

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

 a { background-color: rgb(79,66,124); }

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

border-color css

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

 span { border-color: rgb(79,66,124); }

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