Html Css Color HEX #464C6C East Bay

📋 copy color: '#464C6C'

red 70 ◦ green 76 ◦ blue 108

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

Shades of East Bay #464C6C

Tints of East Bay #464C6C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.92%

 BLUE value IS 108 (42.58% from 255) = 42.52%

R = 27.56%
G = 29.92%
B = 42.52%

CMYK

 C value IS 0.35

 M value IS 0.30

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#464C6C (or 0x464C6C) is known color: East Bay. HEX triplet: 46, 4C and 6C. RGB value is (70,76,108). Sum of RGB (Red+Green+Blue) = 70+76+108=254 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.56% from 254); Green value is 76 (30.08% from 255 or 29.92% from 254); Blue value is 108 (42.58% from 255 or 42.52% from 254); Max value from RGB is 108 - color contains mainly: blue. Hex color #464C6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464C6C is #B9B393. Grayscale: #4D4D4D. Windows color (decimal): -12170132 or 7097414. OLE color: 7097414.

HSL color Cylindrical-coordinate representation of color #464C6C: hue angle of 230.53º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #464C6C is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 70 76 108 -
CMYK 0.35 0.30 0 0.58
HSL 230.53º 0.21% 0.35% -
HSV(B) 230.53º 0.35% 0.42% -
XYZ 7.82 7.55 15.23 -
YUV 77.85 145.01 122.4 -
System Red Green Blue C M Y K H S L
Decimal 70 76 108 0.35 0.30 0 0.58 230.53 0.21 0.35
Hex 46 4C 6C 23 1E 0 3A E7 15 23
Octal 106 114 154 43 36 0 72 347 25 43
Binary 1000110 1001100 1101100 100011 11110 0 111010 11100111 10101 100011

Color Harmonies of #464C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464C6C

Black with #464C6C

Text Example


Text Example

White with #464C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,76,108); }

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

background-color css

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

 a { background-color: rgb(70,76,108); }

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

border-color css

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

 span { border-color: rgb(70,76,108); }

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