Html Css Color HEX #445596 Governor Bay

📋 copy color: '#445596'

red 68 ◦ green 85 ◦ blue 150

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

Shades of Governor Bay #445596

Tints of Governor Bay #445596

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.05%

 BLUE value IS 150 (58.98% from 255) = 49.5%

R = 22.44%
G = 28.05%
B = 49.5%

CMYK

 C value IS 0.55

 M value IS 0.43

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#445596 (or 0x445596) is known color: Governor Bay. HEX triplet: 44, 55 and 96. RGB value is (68,85,150). Sum of RGB (Red+Green+Blue) = 68+85+150=303 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.44% from 303); Green value is 85 (33.59% from 255 or 28.05% from 303); Blue value is 150 (58.98% from 255 or 49.50% from 303); Max value from RGB is 150 - color contains mainly: blue. Hex color #445596 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445596 is #BBAA69. Grayscale: #575757. Windows color (decimal): -12298858 or 9852228. OLE color: 9852228.

HSL color Cylindrical-coordinate representation of color #445596: hue angle of 227.56º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #445596 is Cyan = 0.55, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 68 85 150 -
CMYK 0.55 0.43 0 0.41
HSL 227.56º 0.38% 0.43% -
HSV(B) 227.56º 0.55% 0.59% -
XYZ 11.14 9.93 30.18 -
YUV 87.33 163.37 114.21 -
System Red Green Blue C M Y K H S L
Decimal 68 85 150 0.55 0.43 0 0.41 227.56 0.38 0.43
Hex 44 55 96 37 2B 0 29 E4 26 2B
Octal 104 125 226 67 53 0 51 344 46 53
Binary 1000100 1010101 10010110 110111 101011 0 101001 11100100 100110 101011

Color Harmonies of #445596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445596

Black with #445596

Text Example


Text Example

White with #445596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445596; }

 p { color: rgb(68,85,150); }

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

background-color css

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

 a { background-color: rgb(68,85,150); }

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

border-color css

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

 span { border-color: rgb(68,85,150); }

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