Html Css Color HEX #444996 Governor Bay

📋 copy color: '#444996'

red 68 ◦ green 73 ◦ blue 150

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

Shades of Governor Bay #444996

Tints of Governor Bay #444996

RGB

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

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

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

R = 23.37%
G = 25.09%
B = 51.55%

CMYK

 C value IS 0.55

 M value IS 0.51

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#444996 (or 0x444996) is known color: Governor Bay. HEX triplet: 44, 49 and 96. RGB value is (68,73,150). Sum of RGB (Red+Green+Blue) = 68+73+150=291 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.37% from 291); Green value is 73 (28.91% from 255 or 25.09% from 291); Blue value is 150 (58.98% from 255 or 51.55% from 291); Max value from RGB is 150 - color contains mainly: blue. Hex color #444996 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444996 is #BBB669. Grayscale: #4F4F4F. Windows color (decimal): -12301930 or 9849156. OLE color: 9849156.

HSL color Cylindrical-coordinate representation of color #444996: hue angle of 236.34º 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 #444996 is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 68 73 150 -
CMYK 0.55 0.51 0 0.41
HSL 236.34º 0.38% 0.43% -
HSV(B) 236.34º 0.55% 0.59% -
XYZ 10.27 8.2 29.89 -
YUV 80.28 167.34 119.24 -
System Red Green Blue C M Y K H S L
Decimal 68 73 150 0.55 0.51 0 0.41 236.34 0.38 0.43
Hex 44 49 96 37 33 0 29 EC 26 2B
Octal 104 111 226 67 63 0 51 354 46 53
Binary 1000100 1001001 10010110 110111 110011 0 101001 11101100 100110 101011

Color Harmonies of #444996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444996

Black with #444996

Text Example


Text Example

White with #444996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444996; }

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

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

background-color css

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

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

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

border-color css

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

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

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