Html Css Color HEX #444A71 Port Gore

📋 copy color: '#444A71'

red 68 ◦ green 74 ◦ blue 113

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

Shades of Port Gore #444A71

Tints of Port Gore #444A71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 44.31%

R = 26.67%
G = 29.02%
B = 44.31%

CMYK

 C value IS 0.40

 M value IS 0.35

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#444A71 (or 0x444A71) is known color: Port Gore. HEX triplet: 44, 4A and 71. RGB value is (68,74,113). Sum of RGB (Red+Green+Blue) = 68+74+113=255 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.67% from 255); Green value is 74 (29.30% from 255 or 29.02% from 255); Blue value is 113 (44.53% from 255 or 44.31% from 255); Max value from RGB is 113 - color contains mainly: blue. Hex color #444A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444A71 is #BBB58E. Grayscale: #4C4C4C. Windows color (decimal): -12301711 or 7424580. OLE color: 7424580.

HSL color Cylindrical-coordinate representation of color #444A71: hue angle of 232º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #444A71 is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 74 113 -
CMYK 0.40 0.35 0 0.56
HSL 232º 0.25% 0.35% -
HSV(B) 232º 0.4% 0.44% -
XYZ 7.81 7.32 16.62 -
YUV 76.65 148.51 121.83 -
System Red Green Blue C M Y K H S L
Decimal 68 74 113 0.40 0.35 0 0.56 232 0.25 0.35
Hex 44 4A 71 28 23 0 38 E8 19 23
Octal 104 112 161 50 43 0 70 350 31 43
Binary 1000100 1001010 1110001 101000 100011 0 111000 11101000 11001 100011

Color Harmonies of #444A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444A71

Black with #444A71

Text Example


Text Example

White with #444A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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