Html Css Color HEX #42619B Mariner

📋 copy color: '#42619B'

red 66 ◦ green 97 ◦ blue 155

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

Shades of Mariner #42619B

Tints of Mariner #42619B

RGB

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

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

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

R = 20.75%
G = 30.5%
B = 48.74%

CMYK

 C value IS 0.57

 M value IS 0.37

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#42619B (or 0x42619B) is known color: Mariner. HEX triplet: 42, 61 and 9B. RGB value is (66,97,155). Sum of RGB (Red+Green+Blue) = 66+97+155=318 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.75% from 318); Green value is 97 (38.28% from 255 or 30.50% from 318); Blue value is 155 (60.94% from 255 or 48.74% from 318); Max value from RGB is 155 - color contains mainly: blue. Hex color #42619B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42619B is #BD9E64. Grayscale: #5E5E5E. Windows color (decimal): -12426853 or 10182978. OLE color: 10182978.

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

Color convert

RGB 66 97 155 -
CMYK 0.57 0.37 0 0.39
HSL 219.1º 0.4% 0.43% -
HSV(B) 219.1º 0.57% 0.61% -
XYZ 12.44 12.07 32.69 -
YUV 94.34 162.23 107.78 -
System Red Green Blue C M Y K H S L
Decimal 66 97 155 0.57 0.37 0 0.39 219.1 0.4 0.43
Hex 42 61 9B 39 25 0 27 DB 28 2B
Octal 102 141 233 71 45 0 47 333 50 53
Binary 1000010 1100001 10011011 111001 100101 0 100111 11011011 101000 101011

Color Harmonies of #42619B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42619B

Black with #42619B

Text Example


Text Example

White with #42619B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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