Html Css Color HEX #444E96 Governor Bay

📋 copy color: '#444E96'

red 68 ◦ green 78 ◦ blue 150

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

Shades of Governor Bay #444E96

Tints of Governor Bay #444E96

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.35%

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

R = 22.97%
G = 26.35%
B = 50.68%

CMYK

 C value IS 0.55

 M value IS 0.48

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#444E96 (or 0x444E96) is known color: Governor Bay. HEX triplet: 44, 4E and 96. RGB value is (68,78,150). Sum of RGB (Red+Green+Blue) = 68+78+150=296 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.97% from 296); Green value is 78 (30.86% from 255 or 26.35% from 296); Blue value is 150 (58.98% from 255 or 50.68% from 296); Max value from RGB is 150 - color contains mainly: blue. Hex color #444E96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #444E96 is #BBB169. Grayscale: #525252. Windows color (decimal): -12300650 or 9850436. OLE color: 9850436.

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

Color convert

RGB 68 78 150 -
CMYK 0.55 0.48 0 0.41
HSL 232.68º 0.38% 0.43% -
HSV(B) 232.68º 0.55% 0.59% -
XYZ 10.61 8.88 30.01 -
YUV 83.22 165.69 117.15 -
System Red Green Blue C M Y K H S L
Decimal 68 78 150 0.55 0.48 0 0.41 232.68 0.38 0.43
Hex 44 4E 96 37 30 0 29 E9 26 2B
Octal 104 116 226 67 60 0 51 351 46 53
Binary 1000100 1001110 10010110 110111 110000 0 101001 11101001 100110 101011

Color Harmonies of #444E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444E96

Black with #444E96

Text Example


Text Example

White with #444E96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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