Html Css Color HEX #44549B Governor Bay

📋 copy color: '#44549B'

red 68 ◦ green 84 ◦ blue 155

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

Shades of Governor Bay #44549B

Tints of Governor Bay #44549B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.36%

 BLUE value IS 155 (60.94% from 255) = 50.49%

R = 22.15%
G = 27.36%
B = 50.49%

CMYK

 C value IS 0.56

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#44549B (or 0x44549B) is known color: Governor Bay. HEX triplet: 44, 54 and 9B. RGB value is (68,84,155). Sum of RGB (Red+Green+Blue) = 68+84+155=307 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.15% from 307); Green value is 84 (33.20% from 255 or 27.36% from 307); Blue value is 155 (60.94% from 255 or 50.49% from 307); Max value from RGB is 155 - color contains mainly: blue. Hex color #44549B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44549B is #BBAB64. Grayscale: #575757. Windows color (decimal): -12299109 or 10179652. OLE color: 10179652.

HSL color Cylindrical-coordinate representation of color #44549B: hue angle of 228.97º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #44549B is Cyan = 0.56, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 68 84 155 -
CMYK 0.56 0.46 0 0.39
HSL 228.97º 0.39% 0.44% -
HSV(B) 228.97º 0.56% 0.61% -
XYZ 11.47 9.94 32.32 -
YUV 87.31 166.2 114.23 -
System Red Green Blue C M Y K H S L
Decimal 68 84 155 0.56 0.46 0 0.39 228.97 0.39 0.44
Hex 44 54 9B 38 2E 0 27 E5 27 2C
Octal 104 124 233 70 56 0 47 345 47 54
Binary 1000100 1010100 10011011 111000 101110 0 100111 11100101 100111 101100

Color Harmonies of #44549B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44549B

Black with #44549B

Text Example


Text Example

White with #44549B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44549B; }

 p { color: rgb(68,84,155); }

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

background-color css

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

 a { background-color: rgb(68,84,155); }

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

border-color css

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

 span { border-color: rgb(68,84,155); }

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