Html Css Color HEX #444990 Governor Bay

📋 copy color: '#444990'

red 68 ◦ green 73 ◦ blue 144

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

Shades of Governor Bay #444990

Tints of Governor Bay #444990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 50.53%

R = 23.86%
G = 25.61%
B = 50.53%

CMYK

 C value IS 0.53

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#444990 (or 0x444990) is known color: Governor Bay. HEX triplet: 44, 49 and 90. RGB value is (68,73,144). Sum of RGB (Red+Green+Blue) = 68+73+144=285 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.86% from 285); Green value is 73 (28.91% from 255 or 25.61% from 285); Blue value is 144 (56.64% from 255 or 50.53% from 285); Max value from RGB is 144 - color contains mainly: blue. Hex color #444990 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444990 is #BBB66F. Grayscale: #4F4F4F. Windows color (decimal): -12301936 or 9455940. OLE color: 9455940.

HSL color Cylindrical-coordinate representation of color #444990: hue angle of 236.05º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #444990 is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 68 73 144 -
CMYK 0.53 0.49 0 0.44
HSL 236.05º 0.36% 0.42% -
HSV(B) 236.05º 0.53% 0.56% -
XYZ 9.8 8.01 27.41 -
YUV 79.6 164.34 119.73 -
System Red Green Blue C M Y K H S L
Decimal 68 73 144 0.53 0.49 0 0.44 236.05 0.36 0.42
Hex 44 49 90 35 31 0 2C EC 24 2A
Octal 104 111 220 65 61 0 54 354 44 52
Binary 1000100 1001001 10010000 110101 110001 0 101100 11101100 100100 101010

Color Harmonies of #444990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444990

Black with #444990

Text Example


Text Example

White with #444990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444990; }

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

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

background-color css

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

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

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

border-color css

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

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

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