#42489A

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

Shades of Governor Bay #42489A

Tints of Governor Bay #42489A

Color information

#42489A (or 0x42489A) is unknown color: approx Governor Bay. HEX triplet: 42, 48 and 9A. RGB value is (66,72,154). Sum of RGB (Red+Green+Blue) = 66+72+154=292 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.60% from 292); Green value is 72 (28.52% from 255 or 24.66% from 292); Blue value is 154 (60.55% from 255 or 52.74% from 292); Max value from RGB is 154 - color contains mainly: blue. Hex color #42489A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42489A is #BDB765. Grayscale: #4F4F4F. Windows color (decimal): -12433254 or 10111042. OLE color: 10111042.

HSL color Cylindrical-coordinate representation of color #42489A: hue angle of 235.91º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #42489A is Cyan = 0.57, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6672154-
CMYK0.570.5300.40
HSL235.91º40%43.14%-
HSV(B)235.91º57.14%60.39%-
XYZ10.48.1331.59-
YUV79.55170.01118.33-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.60%
GREEN value IS 72 (28.52% from 255) = 24.66%
BLUE value IS 154 (60.55% from 255) = 52.74%
R=22.60%
G=24.66%
B=52.74%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal66721540.570.5300.40235.914043.14
Hex42489A3935028ec282b
Octal10211023271650503545053
Binary1000010100100010011010111001110101010100011101100101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42489A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42489A; }

 p { color: rgb(66,72,154); }

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

<style>
 a { background-color: #42489A; }

 a { background-color: rgb(66,72,154); }

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

<style>
 span { border-color: #42489A; }

 span { border-color: rgb(66,72,154); }

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