Html Css Color HEX #42579C Mariner

📋 copy color: '#42579C'

red 66 ◦ green 87 ◦ blue 156

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

Shades of Mariner #42579C

Tints of Mariner #42579C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.16%

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

R = 21.36%
G = 28.16%
B = 50.49%

CMYK

 C value IS 0.58

 M value IS 0.44

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#42579C (or 0x42579C) is known color: Mariner. HEX triplet: 42, 57 and 9C. RGB value is (66,87,156). Sum of RGB (Red+Green+Blue) = 66+87+156=309 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.36% from 309); Green value is 87 (34.38% from 255 or 28.16% from 309); Blue value is 156 (61.33% from 255 or 50.49% from 309); Max value from RGB is 156 - color contains mainly: blue. Hex color #42579C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42579C is #BDA863. Grayscale: #585858. Windows color (decimal): -12429412 or 10245954. OLE color: 10245954.

HSL color Cylindrical-coordinate representation of color #42579C: hue angle of 226º 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 #42579C is Cyan = 0.58, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 66 87 156 -
CMYK 0.58 0.44 0 0.39
HSL 226º 0.41% 0.44% -
HSV(B) 226º 0.58% 0.61% -
XYZ 11.66 10.37 32.84 -
YUV 88.59 166.04 111.89 -
System Red Green Blue C M Y K H S L
Decimal 66 87 156 0.58 0.44 0 0.39 226 0.41 0.44
Hex 42 57 9C 3A 2C 0 27 E2 29 2C
Octal 102 127 234 72 54 0 47 342 51 54
Binary 1000010 1010111 10011100 111010 101100 0 100111 11100010 101001 101100

Color Harmonies of #42579C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42579C

Black with #42579C

Text Example


Text Example

White with #42579C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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