Html Css Color HEX #465269 East Bay

📋 copy color: '#465269'

red 70 ◦ green 82 ◦ blue 105

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

Shades of East Bay #465269

Tints of East Bay #465269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 40.86%

R = 27.24%
G = 31.91%
B = 40.86%

CMYK

 C value IS 0.33

 M value IS 0.22

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#465269 (or 0x465269) is known color: East Bay. HEX triplet: 46, 52 and 69. RGB value is (70,82,105). Sum of RGB (Red+Green+Blue) = 70+82+105=257 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.24% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 105 (41.41% from 255 or 40.86% from 257); Max value from RGB is 105 - color contains mainly: blue. Hex color #465269 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465269 is #B9AD96. Grayscale: #505050. Windows color (decimal): -12168599 or 6902342. OLE color: 6902342.

HSL color Cylindrical-coordinate representation of color #465269: hue angle of 219.43º 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 #465269 is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 70 82 105 -
CMYK 0.33 0.22 0 0.59
HSL 219.43º 0.2% 0.34% -
HSV(B) 219.43º 0.33% 0.41% -
XYZ 8.09 8.36 14.55 -
YUV 81.03 141.52 120.13 -
System Red Green Blue C M Y K H S L
Decimal 70 82 105 0.33 0.22 0 0.59 219.43 0.2 0.34
Hex 46 52 69 21 16 0 3B DB 14 22
Octal 106 122 151 41 26 0 73 333 24 42
Binary 1000110 1010010 1101001 100001 10110 0 111011 11011011 10100 100010

Color Harmonies of #465269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465269

Black with #465269

Text Example


Text Example

White with #465269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465269; }

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

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

background-color css

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

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

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

border-color css

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

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

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