Html Css Color HEX #465264 East Bay

📋 copy color: '#465264'

red 70 ◦ green 82 ◦ blue 100

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

Shades of East Bay #465264

Tints of East Bay #465264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 39.68%

R = 27.78%
G = 32.54%
B = 39.68%

CMYK

 C value IS 0.30

 M value IS 0.18

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#465264 (or 0x465264) is known color: East Bay. HEX triplet: 46, 52 and 64. RGB value is (70,82,100). Sum of RGB (Red+Green+Blue) = 70+82+100=252 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.78% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 100 (39.45% from 255 or 39.68% from 252); Max value from RGB is 100 - color contains mainly: blue. Hex color #465264 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465264 is #B9AD9B. Grayscale: #505050. Windows color (decimal): -12168604 or 6574662. OLE color: 6574662.

HSL color Cylindrical-coordinate representation of color #465264: hue angle of 216º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #465264 is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 70 82 100 -
CMYK 0.30 0.18 0 0.61
HSL 216º 0.18% 0.33% -
HSV(B) 216º 0.3% 0.39% -
XYZ 7.84 8.26 13.24 -
YUV 80.46 139.02 120.54 -
System Red Green Blue C M Y K H S L
Decimal 70 82 100 0.30 0.18 0 0.61 216 0.18 0.33
Hex 46 52 64 1E 12 0 3D D8 12 21
Octal 106 122 144 36 22 0 75 330 22 41
Binary 1000110 1010010 1100100 11110 10010 0 111101 11011000 10010 100001

Color Harmonies of #465264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465264

Black with #465264

Text Example


Text Example

White with #465264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465264; }

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

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

background-color css

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

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

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

border-color css

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

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

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