Html Css Color HEX #42679C Mariner

📋 copy color: '#42679C'

red 66 ◦ green 103 ◦ blue 156

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

Shades of Mariner #42679C

Tints of Mariner #42679C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 48%

R = 20.31%
G = 31.69%
B = 48%

CMYK

 C value IS 0.58

 M value IS 0.34

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#42679C (or 0x42679C) is known color: Mariner. HEX triplet: 42, 67 and 9C. RGB value is (66,103,156). Sum of RGB (Red+Green+Blue) = 66+103+156=325 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.31% from 325); Green value is 103 (40.62% from 255 or 31.69% from 325); Blue value is 156 (61.33% from 255 or 48% from 325); Max value from RGB is 156 - color contains mainly: blue. Hex color #42679C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42679C is #BD9863. Grayscale: #616161. Windows color (decimal): -12425316 or 10250050. OLE color: 10250050.

HSL color Cylindrical-coordinate representation of color #42679C: hue angle of 215.33º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #42679C is Cyan = 0.58, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 66 103 156 -
CMYK 0.58 0.34 0 0.39
HSL 215.33º 0.41% 0.44% -
HSV(B) 215.33º 0.58% 0.61% -
XYZ 13.1 13.26 33.32 -
YUV 97.98 160.74 105.19 -
System Red Green Blue C M Y K H S L
Decimal 66 103 156 0.58 0.34 0 0.39 215.33 0.41 0.44
Hex 42 67 9C 3A 22 0 27 D7 29 2C
Octal 102 147 234 72 42 0 47 327 51 54
Binary 1000010 1100111 10011100 111010 100010 0 100111 11010111 101001 101100

Color Harmonies of #42679C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42679C

Black with #42679C

Text Example


Text Example

White with #42679C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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