Html Css Color HEX #42689F Mariner

📋 copy color: '#42689F'

red 66 ◦ green 104 ◦ blue 159

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

Shades of Mariner #42689F

Tints of Mariner #42689F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.61%

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

R = 20.06%
G = 31.61%
B = 48.33%

CMYK

 C value IS 0.58

 M value IS 0.35

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#42689F (or 0x42689F) is known color: Mariner. HEX triplet: 42, 68 and 9F. RGB value is (66,104,159). Sum of RGB (Red+Green+Blue) = 66+104+159=329 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.06% from 329); Green value is 104 (41.02% from 255 or 31.61% from 329); Blue value is 159 (62.5% from 255 or 48.33% from 329); Max value from RGB is 159 - color contains mainly: blue. Hex color #42689F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42689F is #BD9760. Grayscale: #626262. Windows color (decimal): -12425057 or 10446914. OLE color: 10446914.

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

Color convert

RGB 66 104 159 -
CMYK 0.58 0.35 0 0.38
HSL 215.48º 0.41% 0.44% -
HSV(B) 215.48º 0.58% 0.62% -
XYZ 13.46 13.56 34.71 -
YUV 98.91 161.91 104.53 -
System Red Green Blue C M Y K H S L
Decimal 66 104 159 0.58 0.35 0 0.38 215.48 0.41 0.44
Hex 42 68 9F 3A 23 0 26 D7 29 2C
Octal 102 150 237 72 43 0 46 327 51 54
Binary 1000010 1101000 10011111 111010 100011 0 100110 11010111 101001 101100

Color Harmonies of #42689F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42689F

Black with #42689F

Text Example


Text Example

White with #42689F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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