Html Css Color HEX #42689C Mariner

📋 copy color: '#42689C'

red 66 ◦ green 104 ◦ blue 156

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

Shades of Mariner #42689C

Tints of Mariner #42689C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.9%

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

R = 20.25%
G = 31.9%
B = 47.85%

CMYK

 C value IS 0.58

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#42689C (or 0x42689C) is known color: Mariner. HEX triplet: 42, 68 and 9C. RGB value is (66,104,156). Sum of RGB (Red+Green+Blue) = 66+104+156=326 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.25% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 156 (61.33% from 255 or 47.85% from 326); Max value from RGB is 156 - color contains mainly: blue. Hex color #42689C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42689C is #BD9763. Grayscale: #626262. Windows color (decimal): -12425060 or 10250306. OLE color: 10250306.

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

Color convert

RGB 66 104 156 -
CMYK 0.58 0.33 0 0.39
HSL 214.67º 0.41% 0.44% -
HSV(B) 214.67º 0.58% 0.61% -
XYZ 13.2 13.46 33.35 -
YUV 98.57 160.41 104.77 -
System Red Green Blue C M Y K H S L
Decimal 66 104 156 0.58 0.33 0 0.39 214.67 0.41 0.44
Hex 42 68 9C 3A 21 0 27 D7 29 2C
Octal 102 150 234 72 41 0 47 327 51 54
Binary 1000010 1101000 10011100 111010 100001 0 100111 11010111 101001 101100

Color Harmonies of #42689C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42689C

Black with #42689C

Text Example


Text Example

White with #42689C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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