Html Css Color HEX #444F63 East Bay

📋 copy color: '#444F63'

red 68 ◦ green 79 ◦ blue 99

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

Shades of East Bay #444F63

Tints of East Bay #444F63

RGB

 RED value IS 68 (26.95% from 255) = 27.64%

 GREEN value IS 79 (31.25% from 255) = 32.11%

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

R = 27.64%
G = 32.11%
B = 40.24%

CMYK

 C value IS 0.31

 M value IS 0.20

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#444F63 (or 0x444F63) is known color: East Bay. HEX triplet: 44, 4F and 63. RGB value is (68,79,99). Sum of RGB (Red+Green+Blue) = 68+79+99=246 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.64% from 246); Green value is 79 (31.25% from 255 or 32.11% from 246); Blue value is 99 (39.06% from 255 or 40.24% from 246); Max value from RGB is 99 - color contains mainly: blue. Hex color #444F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #444F63 is #BBB09C. Grayscale: #4D4D4D. Windows color (decimal): -12300445 or 6508356. OLE color: 6508356.

HSL color Cylindrical-coordinate representation of color #444F63: hue angle of 218.71º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #444F63 is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 68 79 99 -
CMYK 0.31 0.20 0 0.61
HSL 218.71º 0.19% 0.33% -
HSV(B) 218.71º 0.31% 0.39% -
XYZ 7.43 7.72 12.9 -
YUV 77.99 139.86 120.87 -
System Red Green Blue C M Y K H S L
Decimal 68 79 99 0.31 0.20 0 0.61 218.71 0.19 0.33
Hex 44 4F 63 1F 14 0 3D DB 13 21
Octal 104 117 143 37 24 0 75 333 23 41
Binary 1000100 1001111 1100011 11111 10100 0 111101 11011011 10011 100001

Color Harmonies of #444F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444F63

Black with #444F63

Text Example


Text Example

White with #444F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444F63; }

 p { color: rgb(68,79,99); }

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

background-color css

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

 a { background-color: rgb(68,79,99); }

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

border-color css

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

 span { border-color: rgb(68,79,99); }

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