Html Css Color HEX #4F407A Gigas

📋 copy color: '#4F407A'

red 79 ◦ green 64 ◦ blue 122

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

Shades of Gigas #4F407A

Tints of Gigas #4F407A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.15%

 BLUE value IS 122 (48.05% from 255) = 46.04%

R = 29.81%
G = 24.15%
B = 46.04%

CMYK

 C value IS 0.35

 M value IS 0.48

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#4F407A (or 0x4F407A) is known color: Gigas. HEX triplet: 4F, 40 and 7A. RGB value is (79,64,122). Sum of RGB (Red+Green+Blue) = 79+64+122=265 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.81% from 265); Green value is 64 (25.39% from 255 or 24.15% from 265); Blue value is 122 (48.05% from 255 or 46.04% from 265); Max value from RGB is 122 - color contains mainly: blue. Hex color #4F407A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F407A is #B0BF85. Grayscale: #4A4A4A. Windows color (decimal): -11583366 or 8011855. OLE color: 8011855.

HSL color Cylindrical-coordinate representation of color #4F407A: hue angle of 255.52º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4F407A is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 79 64 122 -
CMYK 0.35 0.48 0 0.52
HSL 255.52º 0.31% 0.36% -
HSV(B) 255.52º 0.48% 0.48% -
XYZ 8.57 6.73 19.26 -
YUV 75.1 154.47 130.78 -
System Red Green Blue C M Y K H S L
Decimal 79 64 122 0.35 0.48 0 0.52 255.52 0.31 0.36
Hex 4F 40 7A 23 30 0 34 100 1F 24
Octal 117 100 172 43 60 0 64 400 37 44
Binary 1001111 1000000 1111010 100011 110000 0 110100 100000000 11111 100100

Color Harmonies of #4F407A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F407A

Black with #4F407A

Text Example


Text Example

White with #4F407A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,64,122); }

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

background-color css

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

 a { background-color: rgb(79,64,122); }

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

border-color css

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

 span { border-color: rgb(79,64,122); }

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