Html Css Color HEX #444D95 Governor Bay

📋 copy color: '#444D95'

red 68 ◦ green 77 ◦ blue 149

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

Shades of Governor Bay #444D95

Tints of Governor Bay #444D95

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.19%

 BLUE value IS 149 (58.59% from 255) = 50.68%

R = 23.13%
G = 26.19%
B = 50.68%

CMYK

 C value IS 0.54

 M value IS 0.48

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#444D95 (or 0x444D95) is known color: Governor Bay. HEX triplet: 44, 4D and 95. RGB value is (68,77,149). Sum of RGB (Red+Green+Blue) = 68+77+149=294 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.13% from 294); Green value is 77 (30.47% from 255 or 26.19% from 294); Blue value is 149 (58.59% from 255 or 50.68% from 294); Max value from RGB is 149 - color contains mainly: blue. Hex color #444D95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #444D95 is #BBB26A. Grayscale: #525252. Windows color (decimal): -12300907 or 9784644. OLE color: 9784644.

HSL color Cylindrical-coordinate representation of color #444D95: hue angle of 233.33º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #444D95 is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 68 77 149 -
CMYK 0.54 0.48 0 0.42
HSL 233.33º 0.37% 0.43% -
HSV(B) 233.33º 0.54% 0.58% -
XYZ 10.46 8.71 29.56 -
YUV 82.52 165.52 117.65 -
System Red Green Blue C M Y K H S L
Decimal 68 77 149 0.54 0.48 0 0.42 233.33 0.37 0.43
Hex 44 4D 95 36 30 0 2A E9 25 2B
Octal 104 115 225 66 60 0 52 351 45 53
Binary 1000100 1001101 10010101 110110 110000 0 101010 11101001 100101 101011

Color Harmonies of #444D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444D95

Black with #444D95

Text Example


Text Example

White with #444D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,77,149); }

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

background-color css

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

 a { background-color: rgb(68,77,149); }

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

border-color css

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

 span { border-color: rgb(68,77,149); }

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