Html Css Color HEX #404C65 East Bay

📋 copy color: '#404C65'

red 64 ◦ green 76 ◦ blue 101

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

Shades of East Bay #404C65

Tints of East Bay #404C65

RGB

 RED value IS 64 (25.39% from 255) = 26.56%

 GREEN value IS 76 (30.08% from 255) = 31.54%

 BLUE value IS 101 (39.84% from 255) = 41.91%

R = 26.56%
G = 31.54%
B = 41.91%

CMYK

 C value IS 0.37

 M value IS 0.25

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#404C65 (or 0x404C65) is known color: East Bay. HEX triplet: 40, 4C and 65. RGB value is (64,76,101). Sum of RGB (Red+Green+Blue) = 64+76+101=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 76 (30.08% from 255 or 31.54% from 241); Blue value is 101 (39.84% from 255 or 41.91% from 241); Max value from RGB is 101 - color contains mainly: blue. Hex color #404C65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404C65 is #BFB39A. Grayscale: #4B4B4B. Windows color (decimal): -12563355 or 6638656. OLE color: 6638656.

HSL color Cylindrical-coordinate representation of color #404C65: hue angle of 220.54º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #404C65 is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 64 76 101 -
CMYK 0.37 0.25 0 0.60
HSL 220.54º 0.22% 0.32% -
HSV(B) 220.54º 0.37% 0.4% -
XYZ 7.05 7.2 13.33 -
YUV 75.26 142.52 119.97 -
System Red Green Blue C M Y K H S L
Decimal 64 76 101 0.37 0.25 0 0.60 220.54 0.22 0.32
Hex 40 4C 65 25 19 0 3C DD 16 20
Octal 100 114 145 45 31 0 74 335 26 40
Binary 1000000 1001100 1100101 100101 11001 0 111100 11011101 10110 100000

Color Harmonies of #404C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404C65

Black with #404C65

Text Example


Text Example

White with #404C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404C65; }

 p { color: rgb(64,76,101); }

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

background-color css

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

 a { background-color: rgb(64,76,101); }

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

border-color css

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

 span { border-color: rgb(64,76,101); }

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