Html Css Color HEX #444B6D Port Gore

📋 copy color: '#444B6D'

red 68 ◦ green 75 ◦ blue 109

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

Shades of Port Gore #444B6D

Tints of Port Gore #444B6D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 29.76%

 BLUE value IS 109 (42.97% from 255) = 43.25%

R = 26.98%
G = 29.76%
B = 43.25%

CMYK

 C value IS 0.38

 M value IS 0.31

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#444B6D (or 0x444B6D) is known color: Port Gore. HEX triplet: 44, 4B and 6D. RGB value is (68,75,109). Sum of RGB (Red+Green+Blue) = 68+75+109=252 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.98% from 252); Green value is 75 (29.69% from 255 or 29.76% from 252); Blue value is 109 (42.97% from 255 or 43.25% from 252); Max value from RGB is 109 - color contains mainly: blue. Hex color #444B6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444B6D is #BBB492. Grayscale: #4C4C4C. Windows color (decimal): -12301459 or 7162692. OLE color: 7162692.

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

Color convert

RGB 68 75 109 -
CMYK 0.38 0.31 0 0.57
HSL 229.76º 0.23% 0.35% -
HSV(B) 229.76º 0.38% 0.43% -
XYZ 7.66 7.37 15.49 -
YUV 76.78 146.18 121.74 -
System Red Green Blue C M Y K H S L
Decimal 68 75 109 0.38 0.31 0 0.57 229.76 0.23 0.35
Hex 44 4B 6D 26 1F 0 39 E6 17 23
Octal 104 113 155 46 37 0 71 346 27 43
Binary 1000100 1001011 1101101 100110 11111 0 111001 11100110 10111 100011

Color Harmonies of #444B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444B6D

Black with #444B6D

Text Example


Text Example

White with #444B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,75,109); }

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

background-color css

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

 a { background-color: rgb(68,75,109); }

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

border-color css

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

 span { border-color: rgb(68,75,109); }

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