#454D94

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

Shades of Governor Bay #454D94

Tints of Governor Bay #454D94

Color information

#454D94 (or 0x454D94) is unknown color: approx Governor Bay. HEX triplet: 45, 4D and 94. RGB value is (69,77,148). Sum of RGB (Red+Green+Blue) = 69+77+148=294 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.47% from 294); Green value is 77 (30.47% from 255 or 26.19% from 294); Blue value is 148 (58.20% from 255 or 50.34% from 294); Max value from RGB is 148 - color contains mainly: blue. Hex color #454D94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #454D94 is #BAB26B. Grayscale: #525252. Windows color (decimal): -12235372 or 9719109. OLE color: 9719109.

HSL color Cylindrical-coordinate representation of color #454D94: hue angle of 233.92º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #454D94 is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6977148-
CMYK0.530.4800.42
HSL233.92º36.41%42.55%-
HSV(B)233.92º53.38%58.04%-
XYZ10.458.7129.15-
YUV82.7164.85118.23-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.47%
GREEN value IS 77 (30.47% from 255) = 26.19%
BLUE value IS 148 (58.20% from 255) = 50.34%
R=23.47%
G=26.19%
B=50.34%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal69771480.530.4800.42233.9236.4142.55
Hex454D94353002Aea242b
Octal10511522465600523524453
Binary1000101100110110010100110101110000010101011101010100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454D94; }

 p { color: rgb(69,77,148); }

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

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

 a { background-color: rgb(69,77,148); }

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

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

 span { border-color: rgb(69,77,148); }

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