#42549B

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

Shades of Governor Bay #42549B

Tints of Governor Bay #42549B

Color information

#42549B (or 0x42549B) is unknown color: approx Governor Bay. HEX triplet: 42, 54 and 9B. RGB value is (66,84,155). Sum of RGB (Red+Green+Blue) = 66+84+155=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 84 (33.20% from 255 or 27.54% from 305); Blue value is 155 (60.94% from 255 or 50.82% from 305); Max value from RGB is 155 - color contains mainly: blue. Hex color #42549B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42549B is #BDAB64. Grayscale: #565656. Windows color (decimal): -12430181 or 10179650. OLE color: 10179650.

HSL color Cylindrical-coordinate representation of color #42549B: hue angle of 227.87º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #42549B is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6684155-
CMYK0.570.4600.39
HSL227.87º40.27%43.33%-
HSV(B)227.87º57.42%60.78%-
XYZ11.339.8732.32-
YUV86.71166.54113.23-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.64%
GREEN value IS 84 (33.20% from 255) = 27.54%
BLUE value IS 155 (60.94% from 255) = 50.82%
R=21.64%
G=27.54%
B=50.82%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal66841550.570.4600.39227.8740.2743.33
Hex42549B392E027e4282b
Octal10212423371560473445053
Binary1000010101010010011011111001101110010011111100100101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42549B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42549B; }

 p { color: rgb(66,84,155); }

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

<style>
 a { background-color: #42549B; }

 a { background-color: rgb(66,84,155); }

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

<style>
 span { border-color: #42549B; }

 span { border-color: rgb(66,84,155); }

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