#42449F

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

Shades of Governor Bay #42449F

Tints of Governor Bay #42449F

Color information

#42449F (or 0x42449F) is unknown color: approx Governor Bay. HEX triplet: 42, 44 and 9F. RGB value is (66,68,159). Sum of RGB (Red+Green+Blue) = 66+68+159=293 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.53% from 293); Green value is 68 (26.95% from 255 or 23.21% from 293); Blue value is 159 (62.5% from 255 or 54.27% from 293); Max value from RGB is 159 - color contains mainly: blue. Hex color #42449F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42449F is #BDBB60. Grayscale: #4D4D4D. Windows color (decimal): -12434273 or 10437698. OLE color: 10437698.

HSL color Cylindrical-coordinate representation of color #42449F: hue angle of 238.71º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #42449F is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6668159-
CMYK0.580.5700.38
HSL238.71º41.33%44.12%-
HSV(B)238.71º58.49%62.35%-
XYZ10.577.833.75-
YUV77.78173.84119.6-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.53%
GREEN value IS 68 (26.95% from 255) = 23.21%
BLUE value IS 159 (62.5% from 255) = 54.27%
R=22.53%
G=23.21%
B=54.27%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal66681590.580.5700.38238.7141.3344.12
Hex42449F3A39026ef292c
Octal10210423772710463575154
Binary1000010100010010011111111010111001010011011101111101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42449F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42449F; }

 p { color: rgb(66,68,159); }

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

<style>
 a { background-color: #42449F; }

 a { background-color: rgb(66,68,159); }

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

<style>
 span { border-color: #42449F; }

 span { border-color: rgb(66,68,159); }

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