#454EA4

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

Shades of Governor Bay #454EA4

Tints of Governor Bay #454EA4

Color information

#454EA4 (or 0x454EA4) is unknown color: approx Governor Bay. HEX triplet: 45, 4E and A4. RGB value is (69,78,164). Sum of RGB (Red+Green+Blue) = 69+78+164=311 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.19% from 311); Green value is 78 (30.86% from 255 or 25.08% from 311); Blue value is 164 (64.45% from 255 or 52.73% from 311); Max value from RGB is 164 - color contains mainly: blue. Hex color #454EA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #454EA4 is #BAB15B. Grayscale: #545454. Windows color (decimal): -12235100 or 10767941. OLE color: 10767941.

HSL color Cylindrical-coordinate representation of color #454EA4: hue angle of 234.32º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #454EA4 is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB6978164-
CMYK0.580.5200.36
HSL234.32º40.77%45.69%-
HSV(B)234.32º57.93%64.31%-
XYZ11.889.3936.31-
YUV85.11172.52116.51-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.19%
GREEN value IS 78 (30.86% from 255) = 25.08%
BLUE value IS 164 (64.45% from 255) = 52.73%
R=22.19%
G=25.08%
B=52.73%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal69781640.580.5200.36234.3240.7745.69
Hex454EA43A34024ea292e
Octal10511624472640443525156
Binary1000101100111010100100111010110100010010011101010101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,78,164); }

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

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

 a { background-color: rgb(69,78,164); }

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

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

 span { border-color: rgb(69,78,164); }

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