Html Css Color HEX #464E68 East Bay

📋 copy color: '#464E68'

red 70 ◦ green 78 ◦ blue 104

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

Shades of East Bay #464E68

Tints of East Bay #464E68

RGB

 RED value IS 70 (27.73% from 255) = 27.78%

 GREEN value IS 78 (30.86% from 255) = 30.95%

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

R = 27.78%
G = 30.95%
B = 41.27%

CMYK

 C value IS 0.33

 M value IS 0.25

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#464E68 (or 0x464E68) is known color: East Bay. HEX triplet: 46, 4E and 68. RGB value is (70,78,104). Sum of RGB (Red+Green+Blue) = 70+78+104=252 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.78% from 252); Green value is 78 (30.86% from 255 or 30.95% from 252); Blue value is 104 (41.02% from 255 or 41.27% from 252); Max value from RGB is 104 - color contains mainly: blue. Hex color #464E68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464E68 is #B9B197. Grayscale: #4E4E4E. Windows color (decimal): -12169624 or 6835782. OLE color: 6835782.

HSL color Cylindrical-coordinate representation of color #464E68: hue angle of 225.88º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #464E68 is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 70 78 104 -
CMYK 0.33 0.25 0 0.59
HSL 225.88º 0.2% 0.34% -
HSV(B) 225.88º 0.33% 0.41% -
XYZ 7.75 7.75 14.18 -
YUV 78.57 142.35 121.89 -
System Red Green Blue C M Y K H S L
Decimal 70 78 104 0.33 0.25 0 0.59 225.88 0.2 0.34
Hex 46 4E 68 21 19 0 3B E2 14 22
Octal 106 116 150 41 31 0 73 342 24 42
Binary 1000110 1001110 1101000 100001 11001 0 111011 11100010 10100 100010

Color Harmonies of #464E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464E68

Black with #464E68

Text Example


Text Example

White with #464E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464E68; }

 p { color: rgb(70,78,104); }

 H1.HeaderClassName
 {
   color: #464E68;
 }
 .AnyTagClassName
 {
   color: #464E68;
 }
</style>

background-color css

<style>
 a { background-color: #464E68; }

 a { background-color: rgb(70,78,104); }

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

border-color css

<style>
 span { border-color: #464E68; }

 span { border-color: rgb(70,78,104); }

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