#42599B

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

Shades of Mariner #42599B

Tints of Mariner #42599B

Color information

#42599B (or 0x42599B) is unknown color: approx Mariner. HEX triplet: 42, 59 and 9B. RGB value is (66,89,155). Sum of RGB (Red+Green+Blue) = 66+89+155=310 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.29% from 310); Green value is 89 (35.16% from 255 or 28.71% from 310); Blue value is 155 (60.94% from 255 or 50% from 310); Max value from RGB is 155 - color contains mainly: blue. Hex color #42599B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42599B is #BDA664. Grayscale: #595959. Windows color (decimal): -12428901 or 10180930. OLE color: 10180930.

HSL color Cylindrical-coordinate representation of color #42599B: hue angle of 224.49º 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 #42599B is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6689155-
CMYK0.570.4300.39
HSL224.49º40.27%43.33%-
HSV(B)224.49º57.42%60.78%-
XYZ11.7410.6732.45-
YUV89.65164.88111.13-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.29%
GREEN value IS 89 (35.16% from 255) = 28.71%
BLUE value IS 155 (60.94% from 255) = 50%
R=21.29%
G=28.71%
B=50%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal66891550.570.4300.39224.4940.2743.33
Hex42599B392B027e0282b
Octal10213123371530473405053
Binary1000010101100110011011111001101011010011111100000101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42599B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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