Html Css Color HEX #42659F Mariner

📋 copy color: '#42659F'

red 66 ◦ green 101 ◦ blue 159

#42659F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mariner #42659F

Tints of Mariner #42659F

RGB

 RED value IS 66 (26.17% from 255) = 20.25%

 GREEN value IS 101 (39.84% from 255) = 30.98%

 BLUE value IS 159 (62.5% from 255) = 48.77%

R = 20.25%
G = 30.98%
B = 48.77%

CMYK

 C value IS 0.58

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#42659F (or 0x42659F) is known color: Mariner. HEX triplet: 42, 65 and 9F. RGB value is (66,101,159). Sum of RGB (Red+Green+Blue) = 66+101+159=326 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.25% from 326); Green value is 101 (39.84% from 255 or 30.98% from 326); Blue value is 159 (62.5% from 255 or 48.77% from 326); Max value from RGB is 159 - color contains mainly: blue. Hex color #42659F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42659F is #BD9A60. Grayscale: #606060. Windows color (decimal): -12425825 or 10446146. OLE color: 10446146.

HSL color Cylindrical-coordinate representation of color #42659F: hue angle of 217.42º 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 #42659F is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 66 101 159 -
CMYK 0.58 0.36 0 0.38
HSL 217.42º 0.41% 0.44% -
HSV(B) 217.42º 0.58% 0.62% -
XYZ 13.16 12.97 34.61 -
YUV 97.15 162.9 105.78 -
System Red Green Blue C M Y K H S L
Decimal 66 101 159 0.58 0.36 0 0.38 217.42 0.41 0.44
Hex 42 65 9F 3A 24 0 26 D9 29 2C
Octal 102 145 237 72 44 0 46 331 51 54
Binary 1000010 1100101 10011111 111010 100100 0 100110 11011001 101001 101100

Color Harmonies of #42659F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42659F

Black with #42659F

Text Example


Text Example

White with #42659F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #42659F;
 }
 .AnyTagClassName
 {
   color: #42659F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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