#454B99

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

Shades of Governor Bay #454B99

Tints of Governor Bay #454B99

Color information

#454B99 (or 0x454B99) is unknown color: approx Governor Bay. HEX triplet: 45, 4B and 99. RGB value is (69,75,153). Sum of RGB (Red+Green+Blue) = 69+75+153=297 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.23% from 297); Green value is 75 (29.69% from 255 or 25.25% from 297); Blue value is 153 (60.16% from 255 or 51.52% from 297); Max value from RGB is 153 - color contains mainly: blue. Hex color #454B99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454B99 is #BAB466. Grayscale: #515151. Windows color (decimal): -12235879 or 10046277. OLE color: 10046277.

HSL color Cylindrical-coordinate representation of color #454B99: hue angle of 235.71º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #454B99 is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB6975153-
CMYK0.550.5100.4
HSL235.71º37.84%43.53%-
HSV(B)235.71º54.9%60%-
XYZ10.728.631.23-
YUV82.1168.01118.66-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.23%
GREEN value IS 75 (29.69% from 255) = 25.25%
BLUE value IS 153 (60.16% from 255) = 51.52%
R=23.23%
G=25.25%
B=51.52%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal69751530.550.5100.4235.7137.8443.53
Hex454B993733028ec262c
Octal10511323167630503544654
Binary1000101100101110011001110111110011010100011101100100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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