Html Css Color HEX #44496C Port Gore

📋 copy color: '#44496C'

red 68 ◦ green 73 ◦ blue 108

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

Shades of Port Gore #44496C

Tints of Port Gore #44496C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.32%

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

R = 27.31%
G = 29.32%
B = 43.37%

CMYK

 C value IS 0.37

 M value IS 0.32

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#44496C (or 0x44496C) is known color: Port Gore. HEX triplet: 44, 49 and 6C. RGB value is (68,73,108). Sum of RGB (Red+Green+Blue) = 68+73+108=249 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.31% from 249); Green value is 73 (28.91% from 255 or 29.32% from 249); Blue value is 108 (42.58% from 255 or 43.37% from 249); Max value from RGB is 108 - color contains mainly: blue. Hex color #44496C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44496C is #BBB693. Grayscale: #4B4B4B. Windows color (decimal): -12301972 or 7096644. OLE color: 7096644.

HSL color Cylindrical-coordinate representation of color #44496C: hue angle of 232.5º 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 #44496C is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 68 73 108 -
CMYK 0.37 0.32 0 0.58
HSL 232.5º 0.23% 0.35% -
HSV(B) 232.5º 0.37% 0.42% -
XYZ 7.47 7.08 15.16 -
YUV 75.5 146.34 122.65 -
System Red Green Blue C M Y K H S L
Decimal 68 73 108 0.37 0.32 0 0.58 232.5 0.23 0.35
Hex 44 49 6C 25 20 0 3A E8 17 23
Octal 104 111 154 45 40 0 72 350 27 43
Binary 1000100 1001001 1101100 100101 100000 0 111010 11101000 10111 100011

Color Harmonies of #44496C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44496C

Black with #44496C

Text Example


Text Example

White with #44496C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44496C; }

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

 H1.HeaderClassName
 {
   color: #44496C;
 }
 .AnyTagClassName
 {
   color: #44496C;
 }
</style>

background-color css

<style>
 a { background-color: #44496C; }

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

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

border-color css

<style>
 span { border-color: #44496C; }

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

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