Html Css Color HEX #414B64 East Bay

📋 copy color: '#414B64'

red 65 ◦ green 75 ◦ blue 100

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

Shades of East Bay #414B64

Tints of East Bay #414B64

RGB

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

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

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

R = 27.08%
G = 31.25%
B = 41.67%

CMYK

 C value IS 0.35

 M value IS 0.25

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#414B64 (or 0x414B64) is known color: East Bay. HEX triplet: 41, 4B and 64. RGB value is (65,75,100). Sum of RGB (Red+Green+Blue) = 65+75+100=240 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.08% from 240); Green value is 75 (29.69% from 255 or 31.25% from 240); Blue value is 100 (39.45% from 255 or 41.67% from 240); Max value from RGB is 100 - color contains mainly: blue. Hex color #414B64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414B64 is #BEB49B. Grayscale: #4A4A4A. Windows color (decimal): -12498076 or 6572865. OLE color: 6572865.

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

Color convert

RGB 65 75 100 -
CMYK 0.35 0.25 0 0.61
HSL 222.86º 0.21% 0.32% -
HSV(B) 222.86º 0.35% 0.39% -
XYZ 7 7.08 13.05 -
YUV 74.86 142.19 120.97 -
System Red Green Blue C M Y K H S L
Decimal 65 75 100 0.35 0.25 0 0.61 222.86 0.21 0.32
Hex 41 4B 64 23 19 0 3D DF 15 20
Octal 101 113 144 43 31 0 75 337 25 40
Binary 1000001 1001011 1100100 100011 11001 0 111101 11011111 10101 100000

Color Harmonies of #414B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414B64

Black with #414B64

Text Example


Text Example

White with #414B64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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