#454CAA

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

Shades of Governor Bay #454CAA

Tints of Governor Bay #454CAA

Color information

#454CAA (or 0x454CAA) is unknown color: approx Governor Bay. HEX triplet: 45, 4C and AA. RGB value is (69,76,170). Sum of RGB (Red+Green+Blue) = 69+76+170=315 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.90% from 315); Green value is 76 (30.08% from 255 or 24.13% from 315); Blue value is 170 (66.80% from 255 or 53.97% from 315); Max value from RGB is 170 - color contains mainly: blue. Hex color #454CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454CAA is #BAB355. Grayscale: #545454. Windows color (decimal): -12235606 or 11160645. OLE color: 11160645.

HSL color Cylindrical-coordinate representation of color #454CAA: hue angle of 235.84º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #454CAA is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6976170-
CMYK0.590.5500.33
HSL235.84º42.26%46.86%-
HSV(B)235.84º59.41%66.67%-
XYZ12.299.3439.18-
YUV84.62176.18116.86-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.90%
GREEN value IS 76 (30.08% from 255) = 24.13%
BLUE value IS 170 (66.80% from 255) = 53.97%
R=21.90%
G=24.13%
B=53.97%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal69761700.590.5500.33235.8442.2646.86
Hex454CAA3B37021ec2a2f
Octal10511425273670413545257
Binary1000101100110010101010111011110111010000111101100101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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