Html Css Color HEX #444A6E Port Gore

📋 copy color: '#444A6E'

red 68 ◦ green 74 ◦ blue 110

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

Shades of Port Gore #444A6E

Tints of Port Gore #444A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 43.65%

R = 26.98%
G = 29.37%
B = 43.65%

CMYK

 C value IS 0.38

 M value IS 0.33

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#444A6E (or 0x444A6E) is known color: Port Gore. HEX triplet: 44, 4A and 6E. RGB value is (68,74,110). Sum of RGB (Red+Green+Blue) = 68+74+110=252 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.98% from 252); Green value is 74 (29.30% from 255 or 29.37% from 252); Blue value is 110 (43.36% from 255 or 43.65% from 252); Max value from RGB is 110 - color contains mainly: blue. Hex color #444A6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444A6E is #BBB591. Grayscale: #4C4C4C. Windows color (decimal): -12301714 or 7227972. OLE color: 7227972.

HSL color Cylindrical-coordinate representation of color #444A6E: hue angle of 231.43º degrees, saturation: 0.24, 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 #444A6E is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 68 74 110 -
CMYK 0.38 0.33 0 0.57
HSL 231.43º 0.24% 0.35% -
HSV(B) 231.43º 0.38% 0.43% -
XYZ 7.65 7.25 15.75 -
YUV 76.31 147.01 122.07 -
System Red Green Blue C M Y K H S L
Decimal 68 74 110 0.38 0.33 0 0.57 231.43 0.24 0.35
Hex 44 4A 6E 26 21 0 39 E7 18 23
Octal 104 112 156 46 41 0 71 347 30 43
Binary 1000100 1001010 1101110 100110 100001 0 111001 11100111 11000 100011

Color Harmonies of #444A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444A6E

Black with #444A6E

Text Example


Text Example

White with #444A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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