#444A9B

Color #444A9B Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #444A9B

Tints of Governor Bay #444A9B

Color information

#444A9B (or 0x444A9B) is unknown color: approx Governor Bay. HEX triplet: 44, 4A and 9B. RGB value is (68,74,155). Sum of RGB (Red+Green+Blue) = 68+74+155=297 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.90% from 297); Green value is 74 (29.30% from 255 or 24.92% from 297); Blue value is 155 (60.94% from 255 or 52.19% from 297); Max value from RGB is 155 - color contains mainly: blue. Hex color #444A9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444A9B is #BBB564. Grayscale: #515151. Windows color (decimal): -12301669 or 10177092. OLE color: 10177092.

HSL color Cylindrical-coordinate representation of color #444A9B: hue angle of 235.86º 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 #444A9B is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6874155-
CMYK0.560.5200.39
HSL235.86º39.01%43.73%-
HSV(B)235.86º56.13%60.78%-
XYZ10.758.4932.08-
YUV81.44169.51118.41-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.90%
GREEN value IS 74 (29.30% from 255) = 24.92%
BLUE value IS 155 (60.94% from 255) = 52.19%
R=22.90%
G=24.92%
B=52.19%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal68741550.560.5200.39235.8639.0143.73
Hex444A9B3834027ec272c
Octal10411223370640473544754
Binary1000100100101010011011111000110100010011111101100100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #444A9B;
 }
 .AnyTagClassName
 {
   color: #444A9B;
 }
</style>
background-color css

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

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

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

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

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

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