#454B94

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

Shades of Governor Bay #454B94

Tints of Governor Bay #454B94

Color information

#454B94 (or 0x454B94) is unknown color: approx Governor Bay. HEX triplet: 45, 4B and 94. RGB value is (69,75,148). Sum of RGB (Red+Green+Blue) = 69+75+148=292 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.63% from 292); Green value is 75 (29.69% from 255 or 25.68% from 292); Blue value is 148 (58.20% from 255 or 50.68% from 292); Max value from RGB is 148 - color contains mainly: blue. Hex color #454B94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454B94 is #BAB46B. Grayscale: #515151. Windows color (decimal): -12235884 or 9718597. OLE color: 9718597.

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

Color convert

RGB6975148-
CMYK0.530.4900.42
HSL235.44º36.41%42.55%-
HSV(B)235.44º53.38%58.04%-
XYZ10.328.4429.1-
YUV81.53165.51119.06-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.63%
GREEN value IS 75 (29.69% from 255) = 25.68%
BLUE value IS 148 (58.20% from 255) = 50.68%
R=23.63%
G=25.68%
B=50.68%

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
Decimal69751480.530.4900.42235.4436.4142.55
Hex454B94353102Aeb242b
Octal10511322465610523534453
Binary1000101100101110010100110101110001010101011101011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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