Html Css Color HEX #4F777E Paradiso

📋 copy color: '#4F777E'

red 79 ◦ green 119 ◦ blue 126

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

Shades of Paradiso #4F777E

Tints of Paradiso #4F777E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.73%

 BLUE value IS 126 (49.61% from 255) = 38.89%

R = 24.38%
G = 36.73%
B = 38.89%

CMYK

 C value IS 0.37

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4F777E (or 0x4F777E) is known color: Paradiso. HEX triplet: 4F, 77 and 7E. RGB value is (79,119,126). Sum of RGB (Red+Green+Blue) = 79+119+126=324 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.38% from 324); Green value is 119 (46.88% from 255 or 36.73% from 324); Blue value is 126 (49.61% from 255 or 38.89% from 324); Max value from RGB is 126 - color contains mainly: blue. Hex color #4F777E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F777E is #B08881. Grayscale: #6B6B6B. Windows color (decimal): -11569282 or 8288079. OLE color: 8288079.

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

Color convert

RGB 79 119 126 -
CMYK 0.37 0.06 0 0.51
HSL 188.94º 0.23% 0.4% -
HSV(B) 188.94º 0.37% 0.49% -
XYZ 13.59 16.36 22.18 -
YUV 107.84 138.25 107.43 -
System Red Green Blue C M Y K H S L
Decimal 79 119 126 0.37 0.06 0 0.51 188.94 0.23 0.4
Hex 4F 77 7E 25 6 0 33 BD 17 28
Octal 117 167 176 45 6 0 63 275 27 50
Binary 1001111 1110111 1111110 100101 110 0 110011 10111101 10111 101000

Color Harmonies of #4F777E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F777E

Black with #4F777E

Text Example


Text Example

White with #4F777E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,119,126); }

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

background-color css

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

 a { background-color: rgb(79,119,126); }

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

border-color css

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

 span { border-color: rgb(79,119,126); }

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