#454E98

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

Shades of Governor Bay #454E98

Tints of Governor Bay #454E98

Color information

#454E98 (or 0x454E98) is unknown color: approx Governor Bay. HEX triplet: 45, 4E and 98. RGB value is (69,78,152). Sum of RGB (Red+Green+Blue) = 69+78+152=299 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.08% from 299); Green value is 78 (30.86% from 255 or 26.09% from 299); Blue value is 152 (59.77% from 255 or 50.84% from 299); Max value from RGB is 152 - color contains mainly: blue. Hex color #454E98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #454E98 is #BAB167. Grayscale: #535353. Windows color (decimal): -12235112 or 9981509. OLE color: 9981509.

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

Color convert

RGB6978152-
CMYK0.550.4900.40
HSL233.49º37.56%43.33%-
HSV(B)233.49º54.61%59.61%-
XYZ10.858.9830.87-
YUV83.74166.52117.48-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.08%
GREEN value IS 78 (30.86% from 255) = 26.09%
BLUE value IS 152 (59.77% from 255) = 50.84%
R=23.08%
G=26.09%
B=50.84%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal69781520.550.4900.40233.4937.5643.33
Hex454E983731028e9262b
Octal10511623067610503514653
Binary1000101100111010011000110111110001010100011101001100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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