Html Css Color HEX #414B63 East Bay

📋 copy color: '#414B63'

red 65 ◦ green 75 ◦ blue 99

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

Shades of East Bay #414B63

Tints of East Bay #414B63

RGB

 RED value IS 65 (25.78% from 255) = 27.2%

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

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

R = 27.2%
G = 31.38%
B = 41.42%

CMYK

 C value IS 0.34

 M value IS 0.24

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#414B63 (or 0x414B63) is known color: East Bay. HEX triplet: 41, 4B and 63. RGB value is (65,75,99). Sum of RGB (Red+Green+Blue) = 65+75+99=239 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.20% from 239); Green value is 75 (29.69% from 255 or 31.38% from 239); Blue value is 99 (39.06% from 255 or 41.42% from 239); Max value from RGB is 99 - color contains mainly: blue. Hex color #414B63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414B63 is #BEB49C. Grayscale: #4A4A4A. Windows color (decimal): -12498077 or 6507329. OLE color: 6507329.

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

Color convert

RGB 65 75 99 -
CMYK 0.34 0.24 0 0.61
HSL 222.35º 0.21% 0.32% -
HSV(B) 222.35º 0.34% 0.39% -
XYZ 6.95 7.06 12.8 -
YUV 74.75 141.69 121.05 -
System Red Green Blue C M Y K H S L
Decimal 65 75 99 0.34 0.24 0 0.61 222.35 0.21 0.32
Hex 41 4B 63 22 18 0 3D DE 15 20
Octal 101 113 143 42 30 0 75 336 25 40
Binary 1000001 1001011 1100011 100010 11000 0 111101 11011110 10101 100000

Color Harmonies of #414B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414B63

Black with #414B63

Text Example


Text Example

White with #414B63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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