Html Css Color HEX #444962 Port Gore

📋 copy color: '#444962'

red 68 ◦ green 73 ◦ blue 98

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

Shades of Port Gore #444962

Tints of Port Gore #444962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 41%

R = 28.45%
G = 30.54%
B = 41%

CMYK

 C value IS 0.31

 M value IS 0.26

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#444962 (or 0x444962) is known color: Port Gore. HEX triplet: 44, 49 and 62. RGB value is (68,73,98). Sum of RGB (Red+Green+Blue) = 68+73+98=239 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.45% from 239); Green value is 73 (28.91% from 255 or 30.54% from 239); Blue value is 98 (38.67% from 255 or 41.00% from 239); Max value from RGB is 98 - color contains mainly: blue. Hex color #444962 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444962 is #BBB69D. Grayscale: #4A4A4A. Windows color (decimal): -12301982 or 6441284. OLE color: 6441284.

HSL color Cylindrical-coordinate representation of color #444962: hue angle of 230º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #444962 is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 68 73 98 -
CMYK 0.31 0.26 0 0.62
HSL 230º 0.18% 0.33% -
HSV(B) 230º 0.31% 0.38% -
XYZ 6.97 6.88 12.52 -
YUV 74.36 141.34 123.47 -
System Red Green Blue C M Y K H S L
Decimal 68 73 98 0.31 0.26 0 0.62 230 0.18 0.33
Hex 44 49 62 1F 1A 0 3E E6 12 21
Octal 104 111 142 37 32 0 76 346 22 41
Binary 1000100 1001001 1100010 11111 11010 0 111110 11100110 10010 100001

Color Harmonies of #444962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444962

Black with #444962

Text Example


Text Example

White with #444962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444962; }

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

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

background-color css

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

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

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

border-color css

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

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

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