Html Css Color HEX #44496B Port Gore

📋 copy color: '#44496B'

red 68 ◦ green 73 ◦ blue 107

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

Shades of Port Gore #44496B

Tints of Port Gore #44496B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 43.15%

R = 27.42%
G = 29.44%
B = 43.15%

CMYK

 C value IS 0.36

 M value IS 0.32

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#44496B (or 0x44496B) is known color: Port Gore. HEX triplet: 44, 49 and 6B. RGB value is (68,73,107). Sum of RGB (Red+Green+Blue) = 68+73+107=248 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.42% from 248); Green value is 73 (28.91% from 255 or 29.44% from 248); Blue value is 107 (42.19% from 255 or 43.15% from 248); Max value from RGB is 107 - color contains mainly: blue. Hex color #44496B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44496B is #BBB694. Grayscale: #4B4B4B. Windows color (decimal): -12301973 or 7031108. OLE color: 7031108.

HSL color Cylindrical-coordinate representation of color #44496B: hue angle of 232.31º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #44496B is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 68 73 107 -
CMYK 0.36 0.32 0 0.58
HSL 232.31º 0.22% 0.34% -
HSV(B) 232.31º 0.36% 0.42% -
XYZ 7.42 7.06 14.88 -
YUV 75.38 145.84 122.74 -
System Red Green Blue C M Y K H S L
Decimal 68 73 107 0.36 0.32 0 0.58 232.31 0.22 0.34
Hex 44 49 6B 24 20 0 3A E8 16 22
Octal 104 111 153 44 40 0 72 350 26 42
Binary 1000100 1001001 1101011 100100 100000 0 111010 11101000 10110 100010

Color Harmonies of #44496B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44496B

Black with #44496B

Text Example


Text Example

White with #44496B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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