Html Css Color HEX #464B63 East Bay

📋 copy color: '#464B63'

red 70 ◦ green 75 ◦ blue 99

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

Shades of East Bay #464B63

Tints of East Bay #464B63

RGB

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

 GREEN value IS 75 (29.69% from 255) = 30.74%

 BLUE value IS 99 (39.06% from 255) = 40.57%

R = 28.69%
G = 30.74%
B = 40.57%

CMYK

 C value IS 0.29

 M value IS 0.24

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#464B63 (or 0x464B63) is known color: East Bay. HEX triplet: 46, 4B and 63. RGB value is (70,75,99). Sum of RGB (Red+Green+Blue) = 70+75+99=244 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.69% from 244); Green value is 75 (29.69% from 255 or 30.74% from 244); Blue value is 99 (39.06% from 255 or 40.57% from 244); Max value from RGB is 99 - color contains mainly: blue. Hex color #464B63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464B63 is #B9B49C. Grayscale: #4C4C4C. Windows color (decimal): -12170397 or 6507334. OLE color: 6507334.

HSL color Cylindrical-coordinate representation of color #464B63: hue angle of 229.66º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #464B63 is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 70 75 99 -
CMYK 0.29 0.24 0 0.61
HSL 229.66º 0.17% 0.33% -
HSV(B) 229.66º 0.29% 0.39% -
XYZ 7.29 7.24 12.82 -
YUV 76.24 140.84 123.55 -
System Red Green Blue C M Y K H S L
Decimal 70 75 99 0.29 0.24 0 0.61 229.66 0.17 0.33
Hex 46 4B 63 1D 18 0 3D E6 11 21
Octal 106 113 143 35 30 0 75 346 21 41
Binary 1000110 1001011 1100011 11101 11000 0 111101 11100110 10001 100001

Color Harmonies of #464B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464B63

Black with #464B63

Text Example


Text Example

White with #464B63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,75,99); }

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

background-color css

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

 a { background-color: rgb(70,75,99); }

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

border-color css

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

 span { border-color: rgb(70,75,99); }

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