Html Css Color HEX #4F4286 Gigas

📋 copy color: '#4F4286'

red 79 ◦ green 66 ◦ blue 134

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

Shades of Gigas #4F4286

Tints of Gigas #4F4286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 48.03%

R = 28.32%
G = 23.66%
B = 48.03%

CMYK

 C value IS 0.41

 M value IS 0.51

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#4F4286 (or 0x4F4286) is known color: Gigas. HEX triplet: 4F, 42 and 86. RGB value is (79,66,134). Sum of RGB (Red+Green+Blue) = 79+66+134=279 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.32% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 134 (52.73% from 255 or 48.03% from 279); Max value from RGB is 134 - color contains mainly: blue. Hex color #4F4286 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F4286 is #B0BD79. Grayscale: #4D4D4D. Windows color (decimal): -11582842 or 8798799. OLE color: 8798799.

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

Color convert

RGB 79 66 134 -
CMYK 0.41 0.51 0 0.47
HSL 251.47º 0.34% 0.39% -
HSV(B) 251.47º 0.51% 0.53% -
XYZ 9.48 7.28 23.46 -
YUV 77.64 159.81 128.97 -
System Red Green Blue C M Y K H S L
Decimal 79 66 134 0.41 0.51 0 0.47 251.47 0.34 0.39
Hex 4F 42 86 29 33 0 2F FB 22 27
Octal 117 102 206 51 63 0 57 373 42 47
Binary 1001111 1000010 10000110 101001 110011 0 101111 11111011 100010 100111

Color Harmonies of #4F4286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4286

Black with #4F4286

Text Example


Text Example

White with #4F4286

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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