Html Css Color HEX #444A6C Port Gore

📋 copy color: '#444A6C'

red 68 ◦ green 74 ◦ blue 108

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

Shades of Port Gore #444A6C

Tints of Port Gore #444A6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 43.2%

R = 27.2%
G = 29.6%
B = 43.2%

CMYK

 C value IS 0.37

 M value IS 0.31

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#444A6C (or 0x444A6C) is known color: Port Gore. HEX triplet: 44, 4A and 6C. RGB value is (68,74,108). Sum of RGB (Red+Green+Blue) = 68+74+108=250 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.2% from 250); Green value is 74 (29.30% from 255 or 29.6% from 250); Blue value is 108 (42.58% from 255 or 43.2% from 250); Max value from RGB is 108 - color contains mainly: blue. Hex color #444A6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444A6C is #BBB593. Grayscale: #4B4B4B. Windows color (decimal): -12301716 or 7096900. OLE color: 7096900.

HSL color Cylindrical-coordinate representation of color #444A6C: hue angle of 231º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #444A6C is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 68 74 108 -
CMYK 0.37 0.31 0 0.58
HSL 231º 0.23% 0.35% -
HSV(B) 231º 0.37% 0.42% -
XYZ 7.54 7.21 15.18 -
YUV 76.08 146.01 122.24 -
System Red Green Blue C M Y K H S L
Decimal 68 74 108 0.37 0.31 0 0.58 231 0.23 0.35
Hex 44 4A 6C 25 1F 0 3A E7 17 23
Octal 104 112 154 45 37 0 72 347 27 43
Binary 1000100 1001010 1101100 100101 11111 0 111010 11100111 10111 100011

Color Harmonies of #444A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444A6C

Black with #444A6C

Text Example


Text Example

White with #444A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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