Html Css Color HEX #464C5F East Bay

📋 copy color: '#464C5F'

red 70 ◦ green 76 ◦ blue 95

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

Shades of East Bay #464C5F

Tints of East Bay #464C5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 39.42%

R = 29.05%
G = 31.54%
B = 39.42%

CMYK

 C value IS 0.26

 M value IS 0.20

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#464C5F (or 0x464C5F) is known color: East Bay. HEX triplet: 46, 4C and 5F. RGB value is (70,76,95). Sum of RGB (Red+Green+Blue) = 70+76+95=241 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.05% from 241); Green value is 76 (30.08% from 255 or 31.54% from 241); Blue value is 95 (37.5% from 255 or 39.42% from 241); Max value from RGB is 95 - color contains mainly: blue. Hex color #464C5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464C5F is #B9B3A0. Grayscale: #4C4C4C. Windows color (decimal): -12170145 or 6245446. OLE color: 6245446.

HSL color Cylindrical-coordinate representation of color #464C5F: hue angle of 225.6º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #464C5F is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 70 76 95 -
CMYK 0.26 0.20 0 0.63
HSL 225.6º 0.15% 0.32% -
HSV(B) 225.6º 0.26% 0.37% -
XYZ 7.18 7.3 11.86 -
YUV 76.37 138.51 123.46 -
System Red Green Blue C M Y K H S L
Decimal 70 76 95 0.26 0.20 0 0.63 225.6 0.15 0.32
Hex 46 4C 5F 1A 14 0 3F E2 F 20
Octal 106 114 137 32 24 0 77 342 17 40
Binary 1000110 1001100 1011111 11010 10100 0 111111 11100010 1111 100000

Color Harmonies of #464C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464C5F

Black with #464C5F

Text Example


Text Example

White with #464C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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