Html Css Color HEX #465270 East Bay

📋 copy color: '#465270'

red 70 ◦ green 82 ◦ blue 112

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

Shades of East Bay #465270

Tints of East Bay #465270

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.06%

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

R = 26.52%
G = 31.06%
B = 42.42%

CMYK

 C value IS 0.38

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#465270 (or 0x465270) is known color: East Bay. HEX triplet: 46, 52 and 70. RGB value is (70,82,112). Sum of RGB (Red+Green+Blue) = 70+82+112=264 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.52% from 264); Green value is 82 (32.42% from 255 or 31.06% from 264); Blue value is 112 (44.14% from 255 or 42.42% from 264); Max value from RGB is 112 - color contains mainly: blue. Hex color #465270 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465270 is #B9AD8F. Grayscale: #515151. Windows color (decimal): -12168592 or 7361094. OLE color: 7361094.

HSL color Cylindrical-coordinate representation of color #465270: hue angle of 222.86º 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 #465270 is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 82 112 -
CMYK 0.38 0.27 0 0.56
HSL 222.86º 0.23% 0.36% -
HSV(B) 222.86º 0.38% 0.44% -
XYZ 8.47 8.51 16.52 -
YUV 81.83 145.02 119.56 -
System Red Green Blue C M Y K H S L
Decimal 70 82 112 0.38 0.27 0 0.56 222.86 0.23 0.36
Hex 46 52 70 26 1B 0 38 DF 17 24
Octal 106 122 160 46 33 0 70 337 27 44
Binary 1000110 1010010 1110000 100110 11011 0 111000 11011111 10111 100100

Color Harmonies of #465270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465270

Black with #465270

Text Example


Text Example

White with #465270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465270; }

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

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

background-color css

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

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

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

border-color css

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

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

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