Html Css Color HEX #444765 Port Gore

📋 copy color: '#444765'

red 68 ◦ green 71 ◦ blue 101

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

Shades of Port Gore #444765

Tints of Port Gore #444765

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.58%

 BLUE value IS 101 (39.84% from 255) = 42.08%

R = 28.33%
G = 29.58%
B = 42.08%

CMYK

 C value IS 0.33

 M value IS 0.30

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#444765 (or 0x444765) is known color: Port Gore. HEX triplet: 44, 47 and 65. RGB value is (68,71,101). Sum of RGB (Red+Green+Blue) = 68+71+101=240 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.33% from 240); Green value is 71 (28.12% from 255 or 29.58% from 240); Blue value is 101 (39.84% from 255 or 42.08% from 240); Max value from RGB is 101 - color contains mainly: blue. Hex color #444765 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444765 is #BBB89A. Grayscale: #494949. Windows color (decimal): -12302491 or 6637380. OLE color: 6637380.

HSL color Cylindrical-coordinate representation of color #444765: hue angle of 234.55º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #444765 is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 68 71 101 -
CMYK 0.33 0.30 0 0.60
HSL 234.55º 0.2% 0.33% -
HSV(B) 234.55º 0.33% 0.4% -
XYZ 6.99 6.68 13.23 -
YUV 73.52 143.51 124.06 -
System Red Green Blue C M Y K H S L
Decimal 68 71 101 0.33 0.30 0 0.60 234.55 0.2 0.33
Hex 44 47 65 21 1E 0 3C EB 14 21
Octal 104 107 145 41 36 0 74 353 24 41
Binary 1000100 1000111 1100101 100001 11110 0 111100 11101011 10100 100001

Color Harmonies of #444765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444765

Black with #444765

Text Example


Text Example

White with #444765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444765; }

 p { color: rgb(68,71,101); }

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

background-color css

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

 a { background-color: rgb(68,71,101); }

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

border-color css

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

 span { border-color: rgb(68,71,101); }

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