Html Css Color HEX #444A70 Port Gore

📋 copy color: '#444A70'

red 68 ◦ green 74 ◦ blue 112

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

Shades of Port Gore #444A70

Tints of Port Gore #444A70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 44.09%

R = 26.77%
G = 29.13%
B = 44.09%

CMYK

 C value IS 0.39

 M value IS 0.34

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#444A70 (or 0x444A70) is known color: Port Gore. HEX triplet: 44, 4A and 70. RGB value is (68,74,112). Sum of RGB (Red+Green+Blue) = 68+74+112=254 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.77% from 254); Green value is 74 (29.30% from 255 or 29.13% from 254); Blue value is 112 (44.14% from 255 or 44.09% from 254); Max value from RGB is 112 - color contains mainly: blue. Hex color #444A70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444A70 is #BBB58F. Grayscale: #4C4C4C. Windows color (decimal): -12301712 or 7359044. OLE color: 7359044.

HSL color Cylindrical-coordinate representation of color #444A70: hue angle of 231.82º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #444A70 is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 74 112 -
CMYK 0.39 0.34 0 0.56
HSL 231.82º 0.24% 0.35% -
HSV(B) 231.82º 0.39% 0.44% -
XYZ 7.76 7.3 16.33 -
YUV 76.54 148.01 121.91 -
System Red Green Blue C M Y K H S L
Decimal 68 74 112 0.39 0.34 0 0.56 231.82 0.24 0.35
Hex 44 4A 70 27 22 0 38 E8 18 23
Octal 104 112 160 47 42 0 70 350 30 43
Binary 1000100 1001010 1110000 100111 100010 0 111000 11101000 11000 100011

Color Harmonies of #444A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444A70

Black with #444A70

Text Example


Text Example

White with #444A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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