Html Css Color HEX #42629D Mariner

📋 copy color: '#42629D'

red 66 ◦ green 98 ◦ blue 157

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

Shades of Mariner #42629D

Tints of Mariner #42629D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.53%

 BLUE value IS 157 (61.72% from 255) = 48.91%

R = 20.56%
G = 30.53%
B = 48.91%

CMYK

 C value IS 0.58

 M value IS 0.38

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#42629D (or 0x42629D) is known color: Mariner. HEX triplet: 42, 62 and 9D. RGB value is (66,98,157). Sum of RGB (Red+Green+Blue) = 66+98+157=321 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.56% from 321); Green value is 98 (38.67% from 255 or 30.53% from 321); Blue value is 157 (61.72% from 255 or 48.91% from 321); Max value from RGB is 157 - color contains mainly: blue. Hex color #42629D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42629D is #BD9D62. Grayscale: #5E5E5E. Windows color (decimal): -12426595 or 10314306. OLE color: 10314306.

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

Color convert

RGB 66 98 157 -
CMYK 0.58 0.38 0 0.38
HSL 218.9º 0.41% 0.44% -
HSV(B) 218.9º 0.58% 0.62% -
XYZ 12.7 12.33 33.61 -
YUV 95.16 162.9 107.2 -
System Red Green Blue C M Y K H S L
Decimal 66 98 157 0.58 0.38 0 0.38 218.9 0.41 0.44
Hex 42 62 9D 3A 26 0 26 DB 29 2C
Octal 102 142 235 72 46 0 46 333 51 54
Binary 1000010 1100010 10011101 111010 100110 0 100110 11011011 101001 101100

Color Harmonies of #42629D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42629D

Black with #42629D

Text Example


Text Example

White with #42629D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42629D; }

 p { color: rgb(66,98,157); }

 H1.HeaderClassName
 {
   color: #42629D;
 }
 .AnyTagClassName
 {
   color: #42629D;
 }
</style>

background-color css

<style>
 a { background-color: #42629D; }

 a { background-color: rgb(66,98,157); }

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

border-color css

<style>
 span { border-color: #42629D; }

 span { border-color: rgb(66,98,157); }

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