Html Css Color HEX #42569E Mariner

📋 copy color: '#42569E'

red 66 ◦ green 86 ◦ blue 158

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

Shades of Mariner #42569E

Tints of Mariner #42569E

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.74%

 BLUE value IS 158 (62.11% from 255) = 50.97%

R = 21.29%
G = 27.74%
B = 50.97%

CMYK

 C value IS 0.58

 M value IS 0.46

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#42569E (or 0x42569E) is known color: Mariner. HEX triplet: 42, 56 and 9E. RGB value is (66,86,158). Sum of RGB (Red+Green+Blue) = 66+86+158=310 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.29% from 310); Green value is 86 (33.98% from 255 or 27.74% from 310); Blue value is 158 (62.11% from 255 or 50.97% from 310); Max value from RGB is 158 - color contains mainly: blue. Hex color #42569E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42569E is #BDA961. Grayscale: #575757. Windows color (decimal): -12429666 or 10376770. OLE color: 10376770.

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

Color convert

RGB 66 86 158 -
CMYK 0.58 0.46 0 0.38
HSL 226.96º 0.41% 0.44% -
HSV(B) 226.96º 0.58% 0.62% -
XYZ 11.75 10.28 33.71 -
YUV 88.23 167.37 112.15 -
System Red Green Blue C M Y K H S L
Decimal 66 86 158 0.58 0.46 0 0.38 226.96 0.41 0.44
Hex 42 56 9E 3A 2E 0 26 E3 29 2C
Octal 102 126 236 72 56 0 46 343 51 54
Binary 1000010 1010110 10011110 111010 101110 0 100110 11100011 101001 101100

Color Harmonies of #42569E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42569E

Black with #42569E

Text Example


Text Example

White with #42569E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42569E; }

 p { color: rgb(66,86,158); }

 H1.HeaderClassName
 {
   color: #42569E;
 }
 .AnyTagClassName
 {
   color: #42569E;
 }
</style>

background-color css

<style>
 a { background-color: #42569E; }

 a { background-color: rgb(66,86,158); }

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

border-color css

<style>
 span { border-color: #42569E; }

 span { border-color: rgb(66,86,158); }

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