Html Css Color HEX #445494 Governor Bay

📋 copy color: '#445494'

red 68 ◦ green 84 ◦ blue 148

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

Shades of Governor Bay #445494

Tints of Governor Bay #445494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 49.33%

R = 22.67%
G = 28%
B = 49.33%

CMYK

 C value IS 0.54

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#445494 (or 0x445494) is known color: Governor Bay. HEX triplet: 44, 54 and 94. RGB value is (68,84,148). Sum of RGB (Red+Green+Blue) = 68+84+148=300 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.67% from 300); Green value is 84 (33.20% from 255 or 28% from 300); Blue value is 148 (58.20% from 255 or 49.33% from 300); Max value from RGB is 148 - color contains mainly: blue. Hex color #445494 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445494 is #BBAB6B. Grayscale: #565656. Windows color (decimal): -12299116 or 9720900. OLE color: 9720900.

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

Color convert

RGB 68 84 148 -
CMYK 0.54 0.43 0 0.42
HSL 228º 0.37% 0.42% -
HSV(B) 228º 0.54% 0.58% -
XYZ 10.9 9.71 29.32 -
YUV 86.51 162.7 114.8 -
System Red Green Blue C M Y K H S L
Decimal 68 84 148 0.54 0.43 0 0.42 228 0.37 0.42
Hex 44 54 94 36 2B 0 2A E4 25 2A
Octal 104 124 224 66 53 0 52 344 45 52
Binary 1000100 1010100 10010100 110110 101011 0 101010 11100100 100101 101010

Color Harmonies of #445494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445494

Black with #445494

Text Example


Text Example

White with #445494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445494; }

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

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

background-color css

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

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

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

border-color css

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

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

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