Html Css Color HEX #42679B Mariner

📋 copy color: '#42679B'

red 66 ◦ green 103 ◦ blue 155

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

Shades of Mariner #42679B

Tints of Mariner #42679B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 47.84%

R = 20.37%
G = 31.79%
B = 47.84%

CMYK

 C value IS 0.57

 M value IS 0.34

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#42679B (or 0x42679B) is known color: Mariner. HEX triplet: 42, 67 and 9B. RGB value is (66,103,155). Sum of RGB (Red+Green+Blue) = 66+103+155=324 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.37% from 324); Green value is 103 (40.62% from 255 or 31.79% from 324); Blue value is 155 (60.94% from 255 or 47.84% from 324); Max value from RGB is 155 - color contains mainly: blue. Hex color #42679B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42679B is #BD9864. Grayscale: #616161. Windows color (decimal): -12425317 or 10184514. OLE color: 10184514.

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

Color convert

RGB 66 103 155 -
CMYK 0.57 0.34 0 0.39
HSL 215.06º 0.4% 0.43% -
HSV(B) 215.06º 0.57% 0.61% -
XYZ 13.01 13.23 32.88 -
YUV 97.87 160.24 105.27 -
System Red Green Blue C M Y K H S L
Decimal 66 103 155 0.57 0.34 0 0.39 215.06 0.4 0.43
Hex 42 67 9B 39 22 0 27 D7 28 2B
Octal 102 147 233 71 42 0 47 327 50 53
Binary 1000010 1100111 10011011 111001 100010 0 100111 11010111 101000 101011

Color Harmonies of #42679B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42679B

Black with #42679B

Text Example


Text Example

White with #42679B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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