Html Css Color HEX #465470 East Bay

📋 copy color: '#465470'

red 70 ◦ green 84 ◦ blue 112

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

Shades of East Bay #465470

Tints of East Bay #465470

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.58%

 BLUE value IS 112 (44.14% from 255) = 42.11%

R = 26.32%
G = 31.58%
B = 42.11%

CMYK

 C value IS 0.38

 M value IS 0.25

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#465470 (or 0x465470) is known color: East Bay. HEX triplet: 46, 54 and 70. RGB value is (70,84,112). Sum of RGB (Red+Green+Blue) = 70+84+112=266 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.32% from 266); Green value is 84 (33.20% from 255 or 31.58% from 266); Blue value is 112 (44.14% from 255 or 42.11% from 266); Max value from RGB is 112 - color contains mainly: blue. Hex color #465470 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465470 is #B9AB8F. Grayscale: #525252. Windows color (decimal): -12168080 or 7361606. OLE color: 7361606.

HSL color Cylindrical-coordinate representation of color #465470: hue angle of 220º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #465470 is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 84 112 -
CMYK 0.38 0.25 0 0.56
HSL 220º 0.23% 0.36% -
HSV(B) 220º 0.38% 0.44% -
XYZ 8.62 8.81 16.58 -
YUV 83.01 144.36 118.72 -
System Red Green Blue C M Y K H S L
Decimal 70 84 112 0.38 0.25 0 0.56 220 0.23 0.36
Hex 46 54 70 26 19 0 38 DC 17 24
Octal 106 124 160 46 31 0 70 334 27 44
Binary 1000110 1010100 1110000 100110 11001 0 111000 11011100 10111 100100

Color Harmonies of #465470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465470

Black with #465470

Text Example


Text Example

White with #465470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465470; }

 p { color: rgb(70,84,112); }

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

background-color css

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

 a { background-color: rgb(70,84,112); }

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

border-color css

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

 span { border-color: rgb(70,84,112); }

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