Html Css Color HEX #42619C Mariner

📋 copy color: '#42619C'

red 66 ◦ green 97 ◦ blue 156

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

Shades of Mariner #42619C

Tints of Mariner #42619C

RGB

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

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

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

R = 20.69%
G = 30.41%
B = 48.9%

CMYK

 C value IS 0.58

 M value IS 0.38

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#42619C (or 0x42619C) is known color: Mariner. HEX triplet: 42, 61 and 9C. RGB value is (66,97,156). Sum of RGB (Red+Green+Blue) = 66+97+156=319 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.69% from 319); Green value is 97 (38.28% from 255 or 30.41% from 319); Blue value is 156 (61.33% from 255 or 48.90% from 319); Max value from RGB is 156 - color contains mainly: blue. Hex color #42619C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42619C is #BD9E63. Grayscale: #5E5E5E. Windows color (decimal): -12426852 or 10248514. OLE color: 10248514.

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

Color convert

RGB 66 97 156 -
CMYK 0.58 0.38 0 0.39
HSL 219.33º 0.41% 0.44% -
HSV(B) 219.33º 0.58% 0.61% -
XYZ 12.52 12.11 33.13 -
YUV 94.46 162.73 107.7 -
System Red Green Blue C M Y K H S L
Decimal 66 97 156 0.58 0.38 0 0.39 219.33 0.41 0.44
Hex 42 61 9C 3A 26 0 27 DB 29 2C
Octal 102 141 234 72 46 0 47 333 51 54
Binary 1000010 1100001 10011100 111010 100110 0 100111 11011011 101001 101100

Color Harmonies of #42619C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42619C

Black with #42619C

Text Example


Text Example

White with #42619C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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