#454B90

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

Shades of Governor Bay #454B90

Tints of Governor Bay #454B90

Color information

#454B90 (or 0x454B90) is unknown color: approx Governor Bay. HEX triplet: 45, 4B and 90. RGB value is (69,75,144). Sum of RGB (Red+Green+Blue) = 69+75+144=288 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.96% from 288); Green value is 75 (29.69% from 255 or 26.04% from 288); Blue value is 144 (56.64% from 255 or 50% from 288); Max value from RGB is 144 - color contains mainly: blue. Hex color #454B90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454B90 is #BAB46F. Grayscale: #505050. Windows color (decimal): -12235888 or 9456453. OLE color: 9456453.

HSL color Cylindrical-coordinate representation of color #454B90: hue angle of 235.2º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #454B90 is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6975144-
CMYK0.520.4800.44
HSL235.2º35.21%41.76%-
HSV(B)235.2º52.08%56.47%-
XYZ108.3127.46-
YUV81.07163.51119.39-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.96%
GREEN value IS 75 (29.69% from 255) = 26.04%
BLUE value IS 144 (56.64% from 255) = 50%
R=23.96%
G=26.04%
B=50%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal69751440.520.4800.44235.235.2141.76
Hex454B90343002Ceb232a
Octal10511322064600543534352
Binary1000101100101110010000110100110000010110011101011100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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