Html Css Color HEX #4A5068 East Bay

📋 copy color: '#4A5068'

red 74 ◦ green 80 ◦ blue 104

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

Shades of East Bay #4A5068

Tints of East Bay #4A5068

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.01%

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

R = 28.68%
G = 31.01%
B = 40.31%

CMYK

 C value IS 0.29

 M value IS 0.23

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#4A5068 (or 0x4A5068) is known color: East Bay. HEX triplet: 4A, 50 and 68. RGB value is (74,80,104). Sum of RGB (Red+Green+Blue) = 74+80+104=258 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.68% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 104 (41.02% from 255 or 40.31% from 258); Max value from RGB is 104 - color contains mainly: blue. Hex color #4A5068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5068 is #B5AF97. Grayscale: #505050. Windows color (decimal): -11906968 or 6836298. OLE color: 6836298.

HSL color Cylindrical-coordinate representation of color #4A5068: hue angle of 228º 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 #4A5068 is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 74 80 104 -
CMYK 0.29 0.23 0 0.59
HSL 228º 0.17% 0.35% -
HSV(B) 228º 0.29% 0.41% -
XYZ 8.19 8.19 14.25 -
YUV 80.94 141.01 123.05 -
System Red Green Blue C M Y K H S L
Decimal 74 80 104 0.29 0.23 0 0.59 228 0.17 0.35
Hex 4A 50 68 1D 17 0 3B E4 11 23
Octal 112 120 150 35 27 0 73 344 21 43
Binary 1001010 1010000 1101000 11101 10111 0 111011 11100100 10001 100011

Color Harmonies of #4A5068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5068

Black with #4A5068

Text Example


Text Example

White with #4A5068

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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