Html Css Color HEX #42629B Mariner

📋 copy color: '#42629B'

red 66 ◦ green 98 ◦ blue 155

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

Shades of Mariner #42629B

Tints of Mariner #42629B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.72%

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

R = 20.69%
G = 30.72%
B = 48.59%

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

#42629B (or 0x42629B) is known color: Mariner. HEX triplet: 42, 62 and 9B. RGB value is (66,98,155). Sum of RGB (Red+Green+Blue) = 66+98+155=319 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.69% from 319); Green value is 98 (38.67% from 255 or 30.72% from 319); Blue value is 155 (60.94% from 255 or 48.59% from 319); Max value from RGB is 155 - color contains mainly: blue. Hex color #42629B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42629B is #BD9D64. Grayscale: #5E5E5E. Windows color (decimal): -12426597 or 10183234. OLE color: 10183234.

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

Color convert

RGB 66 98 155 -
CMYK 0.57 0.37 0 0.39
HSL 218.43º 0.4% 0.43% -
HSV(B) 218.43º 0.57% 0.61% -
XYZ 12.53 12.26 32.72 -
YUV 94.93 161.9 107.37 -
System Red Green Blue C M Y K H S L
Decimal 66 98 155 0.57 0.37 0 0.39 218.43 0.4 0.43
Hex 42 62 9B 39 25 0 27 DA 28 2B
Octal 102 142 233 71 45 0 47 332 50 53
Binary 1000010 1100010 10011011 111001 100101 0 100111 11011010 101000 101011

Color Harmonies of #42629B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42629B

Black with #42629B

Text Example


Text Example

White with #42629B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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