Html Css Color HEX #4F5366 East Bay

📋 copy color: '#4F5366'

red 79 ◦ green 83 ◦ blue 102

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

Shades of East Bay #4F5366

Tints of East Bay #4F5366

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.44%

 BLUE value IS 102 (40.23% from 255) = 38.64%

R = 29.92%
G = 31.44%
B = 38.64%

CMYK

 C value IS 0.23

 M value IS 0.19

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#4F5366 (or 0x4F5366) is known color: East Bay. HEX triplet: 4F, 53 and 66. RGB value is (79,83,102). Sum of RGB (Red+Green+Blue) = 79+83+102=264 (34% of max value = 765). Red value is 79 (31.25% from 255 or 29.92% from 264); Green value is 83 (32.81% from 255 or 31.44% from 264); Blue value is 102 (40.23% from 255 or 38.64% from 264); Max value from RGB is 102 - color contains mainly: blue. Hex color #4F5366 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5366 is #B0AC99. Grayscale: #535353. Windows color (decimal): -11578522 or 6705999. OLE color: 6705999.

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

Color convert

RGB 79 83 102 -
CMYK 0.23 0.19 0 0.6
HSL 229.57º 0.13% 0.35% -
HSV(B) 229.57º 0.23% 0.4% -
XYZ 8.72 8.81 13.81 -
YUV 83.97 138.17 124.46 -
System Red Green Blue C M Y K H S L
Decimal 79 83 102 0.23 0.19 0 0.6 229.57 0.13 0.35
Hex 4F 53 66 17 13 0 3C E6 D 23
Octal 117 123 146 27 23 0 74 346 15 43
Binary 1001111 1010011 1100110 10111 10011 0 111100 11100110 1101 100011

Color Harmonies of #4F5366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5366

Black with #4F5366

Text Example


Text Example

White with #4F5366

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,83,102); }

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

background-color css

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

 a { background-color: rgb(79,83,102); }

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

border-color css

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

 span { border-color: rgb(79,83,102); }

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