Html Css Color HEX #444A72 Port Gore

📋 copy color: '#444A72'

red 68 ◦ green 74 ◦ blue 114

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

Shades of Port Gore #444A72

Tints of Port Gore #444A72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 44.53%

R = 26.56%
G = 28.91%
B = 44.53%

CMYK

 C value IS 0.40

 M value IS 0.35

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#444A72 (or 0x444A72) is known color: Port Gore. HEX triplet: 44, 4A and 72. RGB value is (68,74,114). Sum of RGB (Red+Green+Blue) = 68+74+114=256 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.56% from 256); Green value is 74 (29.30% from 255 or 28.91% from 256); Blue value is 114 (44.92% from 255 or 44.53% from 256); Max value from RGB is 114 - color contains mainly: blue. Hex color #444A72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444A72 is #BBB58D. Grayscale: #4C4C4C. Windows color (decimal): -12301710 or 7490116. OLE color: 7490116.

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

Color convert

RGB 68 74 114 -
CMYK 0.40 0.35 0 0.55
HSL 232.17º 0.25% 0.36% -
HSV(B) 232.17º 0.4% 0.45% -
XYZ 7.87 7.34 16.92 -
YUV 76.77 149.01 121.75 -
System Red Green Blue C M Y K H S L
Decimal 68 74 114 0.40 0.35 0 0.55 232.17 0.25 0.36
Hex 44 4A 72 28 23 0 37 E8 19 24
Octal 104 112 162 50 43 0 67 350 31 44
Binary 1000100 1001010 1110010 101000 100011 0 110111 11101000 11001 100100

Color Harmonies of #444A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444A72

Black with #444A72

Text Example


Text Example

White with #444A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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