Html Css Color HEX #42619F Mariner

📋 copy color: '#42619F'

red 66 ◦ green 97 ◦ blue 159

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

Shades of Mariner #42619F

Tints of Mariner #42619F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.12%

 BLUE value IS 159 (62.5% from 255) = 49.38%

R = 20.5%
G = 30.12%
B = 49.38%

CMYK

 C value IS 0.58

 M value IS 0.39

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#42619F (or 0x42619F) is known color: Mariner. HEX triplet: 42, 61 and 9F. RGB value is (66,97,159). Sum of RGB (Red+Green+Blue) = 66+97+159=322 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.50% from 322); Green value is 97 (38.28% from 255 or 30.12% from 322); Blue value is 159 (62.5% from 255 or 49.38% from 322); Max value from RGB is 159 - color contains mainly: blue. Hex color #42619F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42619F is #BD9E60. Grayscale: #5E5E5E. Windows color (decimal): -12426849 or 10445122. OLE color: 10445122.

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

Color convert

RGB 66 97 159 -
CMYK 0.58 0.39 0 0.38
HSL 220º 0.41% 0.44% -
HSV(B) 220º 0.58% 0.62% -
XYZ 12.78 12.21 34.48 -
YUV 94.8 164.23 107.46 -
System Red Green Blue C M Y K H S L
Decimal 66 97 159 0.58 0.39 0 0.38 220 0.41 0.44
Hex 42 61 9F 3A 27 0 26 DC 29 2C
Octal 102 141 237 72 47 0 46 334 51 54
Binary 1000010 1100001 10011111 111010 100111 0 100110 11011100 101001 101100

Color Harmonies of #42619F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42619F

Black with #42619F

Text Example


Text Example

White with #42619F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42619F; }

 p { color: rgb(66,97,159); }

 H1.HeaderClassName
 {
   color: #42619F;
 }
 .AnyTagClassName
 {
   color: #42619F;
 }
</style>

background-color css

<style>
 a { background-color: #42619F; }

 a { background-color: rgb(66,97,159); }

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

border-color css

<style>
 span { border-color: #42619F; }

 span { border-color: rgb(66,97,159); }

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