Html Css Color HEX #444C6D East Bay

📋 copy color: '#444C6D'

red 68 ◦ green 76 ◦ blue 109

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

Shades of East Bay #444C6D

Tints of East Bay #444C6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 43.08%

R = 26.88%
G = 30.04%
B = 43.08%

CMYK

 C value IS 0.38

 M value IS 0.30

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#444C6D (or 0x444C6D) is known color: East Bay. HEX triplet: 44, 4C and 6D. RGB value is (68,76,109). Sum of RGB (Red+Green+Blue) = 68+76+109=253 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.88% from 253); Green value is 76 (30.08% from 255 or 30.04% from 253); Blue value is 109 (42.97% from 255 or 43.08% from 253); Max value from RGB is 109 - color contains mainly: blue. Hex color #444C6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444C6D is #BBB392. Grayscale: #4D4D4D. Windows color (decimal): -12301203 or 7162948. OLE color: 7162948.

HSL color Cylindrical-coordinate representation of color #444C6D: hue angle of 228.29º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #444C6D is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 68 76 109 -
CMYK 0.38 0.30 0 0.57
HSL 228.29º 0.23% 0.35% -
HSV(B) 228.29º 0.38% 0.43% -
XYZ 7.73 7.5 15.51 -
YUV 77.37 145.85 121.32 -
System Red Green Blue C M Y K H S L
Decimal 68 76 109 0.38 0.30 0 0.57 228.29 0.23 0.35
Hex 44 4C 6D 26 1E 0 39 E4 17 23
Octal 104 114 155 46 36 0 71 344 27 43
Binary 1000100 1001100 1101101 100110 11110 0 111001 11100100 10111 100011

Color Harmonies of #444C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444C6D

Black with #444C6D

Text Example


Text Example

White with #444C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,76,109); }

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

background-color css

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

 a { background-color: rgb(68,76,109); }

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

border-color css

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

 span { border-color: rgb(68,76,109); }

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