#454C94

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

Shades of Governor Bay #454C94

Tints of Governor Bay #454C94

Color information

#454C94 (or 0x454C94) is unknown color: approx Governor Bay. HEX triplet: 45, 4C and 94. RGB value is (69,76,148). Sum of RGB (Red+Green+Blue) = 69+76+148=293 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.55% from 293); Green value is 76 (30.08% from 255 or 25.94% from 293); Blue value is 148 (58.20% from 255 or 50.51% from 293); Max value from RGB is 148 - color contains mainly: blue. Hex color #454C94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454C94 is #BAB36B. Grayscale: #515151. Windows color (decimal): -12235628 or 9718853. OLE color: 9718853.

HSL color Cylindrical-coordinate representation of color #454C94: hue angle of 234.68º 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 #454C94 is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6976148-
CMYK0.530.4900.42
HSL234.68º36.41%42.55%-
HSV(B)234.68º53.38%58.04%-
XYZ10.388.5729.12-
YUV82.12165.18118.65-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.55%
GREEN value IS 76 (30.08% from 255) = 25.94%
BLUE value IS 148 (58.20% from 255) = 50.51%
R=23.55%
G=25.94%
B=50.51%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal69761480.530.4900.42234.6836.4142.55
Hex454C94353102Aeb242b
Octal10511422465610523534453
Binary1000101100110010010100110101110001010101011101011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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