Html Css Color HEX #42699D Mariner

📋 copy color: '#42699D'

red 66 ◦ green 105 ◦ blue 157

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

Shades of Mariner #42699D

Tints of Mariner #42699D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.01%

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

R = 20.12%
G = 32.01%
B = 47.87%

CMYK

 C value IS 0.58

 M value IS 0.33

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#42699D (or 0x42699D) is known color: Mariner. HEX triplet: 42, 69 and 9D. RGB value is (66,105,157). Sum of RGB (Red+Green+Blue) = 66+105+157=328 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.12% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 157 (61.72% from 255 or 47.87% from 328); Max value from RGB is 157 - color contains mainly: blue. Hex color #42699D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42699D is #BD9662. Grayscale: #636363. Windows color (decimal): -12424803 or 10316098. OLE color: 10316098.

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

Color convert

RGB 66 105 157 -
CMYK 0.58 0.33 0 0.38
HSL 214.29º 0.41% 0.44% -
HSV(B) 214.29º 0.58% 0.62% -
XYZ 13.38 13.7 33.84 -
YUV 99.27 160.58 104.27 -
System Red Green Blue C M Y K H S L
Decimal 66 105 157 0.58 0.33 0 0.38 214.29 0.41 0.44
Hex 42 69 9D 3A 21 0 26 D6 29 2C
Octal 102 151 235 72 41 0 46 326 51 54
Binary 1000010 1101001 10011101 111010 100001 0 100110 11010110 101001 101100

Color Harmonies of #42699D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42699D

Black with #42699D

Text Example


Text Example

White with #42699D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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