Html Css Color HEX #4A5668 East Bay

📋 copy color: '#4A5668'

red 74 ◦ green 86 ◦ blue 104

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

Shades of East Bay #4A5668

Tints of East Bay #4A5668

RGB

 RED value IS 74 (29.3% from 255) = 28.03%

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

 BLUE value IS 104 (41.02% from 255) = 39.39%

R = 28.03%
G = 32.58%
B = 39.39%

CMYK

 C value IS 0.29

 M value IS 0.17

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#4A5668 (or 0x4A5668) is known color: East Bay. HEX triplet: 4A, 56 and 68. RGB value is (74,86,104). Sum of RGB (Red+Green+Blue) = 74+86+104=264 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.03% from 264); Green value is 86 (33.98% from 255 or 32.58% from 264); Blue value is 104 (41.02% from 255 or 39.39% from 264); Max value from RGB is 104 - color contains mainly: blue. Hex color #4A5668 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5668 is #B5A997. Grayscale: #545454. Windows color (decimal): -11905432 or 6837834. OLE color: 6837834.

HSL color Cylindrical-coordinate representation of color #4A5668: hue angle of 216º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4A5668 is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 74 86 104 -
CMYK 0.29 0.17 0 0.59
HSL 216º 0.17% 0.35% -
HSV(B) 216º 0.29% 0.41% -
XYZ 8.65 9.11 14.4 -
YUV 84.46 139.02 120.54 -
System Red Green Blue C M Y K H S L
Decimal 74 86 104 0.29 0.17 0 0.59 216 0.17 0.35
Hex 4A 56 68 1D 11 0 3B D8 11 23
Octal 112 126 150 35 21 0 73 330 21 43
Binary 1001010 1010110 1101000 11101 10001 0 111011 11011000 10001 100011

Color Harmonies of #4A5668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5668

Black with #4A5668

Text Example


Text Example

White with #4A5668

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,86,104); }

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

background-color css

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

 a { background-color: rgb(74,86,104); }

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

border-color css

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

 span { border-color: rgb(74,86,104); }

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