Html Css Color HEX #444A60 Port Gore

📋 copy color: '#444A60'

red 68 ◦ green 74 ◦ blue 96

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

Shades of Port Gore #444A60

Tints of Port Gore #444A60

RGB

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

 GREEN value IS 74 (29.3% from 255) = 31.09%

 BLUE value IS 96 (37.89% from 255) = 40.34%

R = 28.57%
G = 31.09%
B = 40.34%

CMYK

 C value IS 0.29

 M value IS 0.23

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#444A60 (or 0x444A60) is known color: Port Gore. HEX triplet: 44, 4A and 60. RGB value is (68,74,96). Sum of RGB (Red+Green+Blue) = 68+74+96=238 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.57% from 238); Green value is 74 (29.30% from 255 or 31.09% from 238); Blue value is 96 (37.89% from 255 or 40.34% from 238); Max value from RGB is 96 - color contains mainly: blue. Hex color #444A60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444A60 is #BBB59F. Grayscale: #4A4A4A. Windows color (decimal): -12301728 or 6310468. OLE color: 6310468.

HSL color Cylindrical-coordinate representation of color #444A60: hue angle of 227.14º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #444A60 is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 68 74 96 -
CMYK 0.29 0.23 0 0.62
HSL 227.14º 0.17% 0.32% -
HSV(B) 227.14º 0.29% 0.38% -
XYZ 6.94 6.97 12.05 -
YUV 74.71 140.01 123.21 -
System Red Green Blue C M Y K H S L
Decimal 68 74 96 0.29 0.23 0 0.62 227.14 0.17 0.32
Hex 44 4A 60 1D 17 0 3E E3 11 20
Octal 104 112 140 35 27 0 76 343 21 40
Binary 1000100 1001010 1100000 11101 10111 0 111110 11100011 10001 100000

Color Harmonies of #444A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444A60

Black with #444A60

Text Example


Text Example

White with #444A60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,74,96); }

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

background-color css

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

 a { background-color: rgb(68,74,96); }

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

border-color css

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

 span { border-color: rgb(68,74,96); }

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