Html Css Color HEX #42689B Mariner

📋 copy color: '#42689B'

red 66 ◦ green 104 ◦ blue 155

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

Shades of Mariner #42689B

Tints of Mariner #42689B

RGB

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

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

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

R = 20.31%
G = 32%
B = 47.69%

CMYK

 C value IS 0.57

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#42689B (or 0x42689B) is known color: Mariner. HEX triplet: 42, 68 and 9B. RGB value is (66,104,155). Sum of RGB (Red+Green+Blue) = 66+104+155=325 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.31% from 325); Green value is 104 (41.02% from 255 or 32% from 325); Blue value is 155 (60.94% from 255 or 47.69% from 325); Max value from RGB is 155 - color contains mainly: blue. Hex color #42689B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42689B is #BD9764. Grayscale: #626262. Windows color (decimal): -12425061 or 10184770. OLE color: 10184770.

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

Color convert

RGB 66 104 155 -
CMYK 0.57 0.33 0 0.39
HSL 214.38º 0.4% 0.43% -
HSV(B) 214.38º 0.57% 0.61% -
XYZ 13.11 13.43 32.91 -
YUV 98.45 159.91 104.85 -
System Red Green Blue C M Y K H S L
Decimal 66 104 155 0.57 0.33 0 0.39 214.38 0.4 0.43
Hex 42 68 9B 39 21 0 27 D6 28 2B
Octal 102 150 233 71 41 0 47 326 50 53
Binary 1000010 1101000 10011011 111001 100001 0 100111 11010110 101000 101011

Color Harmonies of #42689B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42689B

Black with #42689B

Text Example


Text Example

White with #42689B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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