Html Css Color HEX #42679F Mariner

📋 copy color: '#42679F'

red 66 ◦ green 103 ◦ blue 159

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

Shades of Mariner #42679F

Tints of Mariner #42679F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.4%

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

R = 20.12%
G = 31.4%
B = 48.48%

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

#42679F (or 0x42679F) is known color: Mariner. HEX triplet: 42, 67 and 9F. RGB value is (66,103,159). Sum of RGB (Red+Green+Blue) = 66+103+159=328 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.12% from 328); Green value is 103 (40.62% from 255 or 31.40% from 328); Blue value is 159 (62.5% from 255 or 48.48% from 328); Max value from RGB is 159 - color contains mainly: blue. Hex color #42679F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42679F is #BD9860. Grayscale: #626262. Windows color (decimal): -12425313 or 10446658. OLE color: 10446658.

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

Color convert

RGB 66 103 159 -
CMYK 0.58 0.35 0 0.38
HSL 216.13º 0.41% 0.44% -
HSV(B) 216.13º 0.58% 0.62% -
XYZ 13.36 13.36 34.68 -
YUV 98.32 162.24 104.95 -
System Red Green Blue C M Y K H S L
Decimal 66 103 159 0.58 0.35 0 0.38 216.13 0.41 0.44
Hex 42 67 9F 3A 23 0 26 D8 29 2C
Octal 102 147 237 72 43 0 46 330 51 54
Binary 1000010 1100111 10011111 111010 100011 0 100110 11011000 101001 101100

Color Harmonies of #42679F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42679F

Black with #42679F

Text Example


Text Example

White with #42679F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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