Html Css Color HEX #4F5667 East Bay

📋 copy color: '#4F5667'

red 79 ◦ green 86 ◦ blue 103

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

Shades of East Bay #4F5667

Tints of East Bay #4F5667

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.09%

 BLUE value IS 103 (40.63% from 255) = 38.43%

R = 29.48%
G = 32.09%
B = 38.43%

CMYK

 C value IS 0.23

 M value IS 0.17

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#4F5667 (or 0x4F5667) is known color: East Bay. HEX triplet: 4F, 56 and 67. RGB value is (79,86,103). Sum of RGB (Red+Green+Blue) = 79+86+103=268 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.48% from 268); Green value is 86 (33.98% from 255 or 32.09% from 268); Blue value is 103 (40.62% from 255 or 38.43% from 268); Max value from RGB is 103 - color contains mainly: blue. Hex color #4F5667 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5667 is #B0A998. Grayscale: #555555. Windows color (decimal): -11577753 or 6772303. OLE color: 6772303.

HSL color Cylindrical-coordinate representation of color #4F5667: hue angle of 222.5º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4F5667 is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 79 86 103 -
CMYK 0.23 0.17 0 0.60
HSL 222.5º 0.13% 0.36% -
HSV(B) 222.5º 0.23% 0.4% -
XYZ 9 9.3 14.15 -
YUV 85.85 137.68 123.12 -
System Red Green Blue C M Y K H S L
Decimal 79 86 103 0.23 0.17 0 0.60 222.5 0.13 0.36
Hex 4F 56 67 17 11 0 3C DE D 24
Octal 117 126 147 27 21 0 74 336 15 44
Binary 1001111 1010110 1100111 10111 10001 0 111100 11011110 1101 100100

Color Harmonies of #4F5667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5667

Black with #4F5667

Text Example


Text Example

White with #4F5667

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,86,103); }

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

background-color css

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

 a { background-color: rgb(79,86,103); }

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

border-color css

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

 span { border-color: rgb(79,86,103); }

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