Html Css Color HEX #444E61 East Bay

📋 copy color: '#444E61'

red 68 ◦ green 78 ◦ blue 97

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

Shades of East Bay #444E61

Tints of East Bay #444E61

RGB

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

 GREEN value IS 78 (30.86% from 255) = 32.1%

 BLUE value IS 97 (38.28% from 255) = 39.92%

R = 27.98%
G = 32.1%
B = 39.92%

CMYK

 C value IS 0.30

 M value IS 0.20

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#444E61 (or 0x444E61) is known color: East Bay. HEX triplet: 44, 4E and 61. RGB value is (68,78,97). Sum of RGB (Red+Green+Blue) = 68+78+97=243 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.98% from 243); Green value is 78 (30.86% from 255 or 32.10% from 243); Blue value is 97 (38.28% from 255 or 39.92% from 243); Max value from RGB is 97 - color contains mainly: blue. Hex color #444E61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #444E61 is #BBB19E. Grayscale: #4D4D4D. Windows color (decimal): -12300703 or 6377028. OLE color: 6377028.

HSL color Cylindrical-coordinate representation of color #444E61: hue angle of 219.31º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #444E61 is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 68 78 97 -
CMYK 0.30 0.20 0 0.62
HSL 219.31º 0.18% 0.32% -
HSV(B) 219.31º 0.3% 0.38% -
XYZ 7.27 7.54 12.38 -
YUV 77.18 139.19 121.46 -
System Red Green Blue C M Y K H S L
Decimal 68 78 97 0.30 0.20 0 0.62 219.31 0.18 0.32
Hex 44 4E 61 1E 14 0 3E DB 12 20
Octal 104 116 141 36 24 0 76 333 22 40
Binary 1000100 1001110 1100001 11110 10100 0 111110 11011011 10010 100000

Color Harmonies of #444E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444E61

Black with #444E61

Text Example


Text Example

White with #444E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,78,97); }

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

background-color css

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

 a { background-color: rgb(68,78,97); }

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

border-color css

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

 span { border-color: rgb(68,78,97); }

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