#444B9B

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

Shades of Governor Bay #444B9B

Tints of Governor Bay #444B9B

Color information

#444B9B (or 0x444B9B) is unknown color: approx Governor Bay. HEX triplet: 44, 4B and 9B. RGB value is (68,75,155). Sum of RGB (Red+Green+Blue) = 68+75+155=298 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.82% from 298); Green value is 75 (29.69% from 255 or 25.17% from 298); Blue value is 155 (60.94% from 255 or 52.01% from 298); Max value from RGB is 155 - color contains mainly: blue. Hex color #444B9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444B9B is #BBB464. Grayscale: #515151. Windows color (decimal): -12301413 or 10177348. OLE color: 10177348.

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

Color convert

RGB6875155-
CMYK0.560.5200.39
HSL235.17º39.01%43.73%-
HSV(B)235.17º56.13%60.78%-
XYZ10.828.6332.11-
YUV82.03169.18118-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.82%
GREEN value IS 75 (29.69% from 255) = 25.17%
BLUE value IS 155 (60.94% from 255) = 52.01%
R=22.82%
G=25.17%
B=52.01%

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
Decimal68751550.560.5200.39235.1739.0143.73
Hex444B9B3834027eb272c
Octal10411323370640473534754
Binary1000100100101110011011111000110100010011111101011100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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