Html Css Color HEX #42669E Mariner

📋 copy color: '#42669E'

red 66 ◦ green 102 ◦ blue 158

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

Shades of Mariner #42669E

Tints of Mariner #42669E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.29%

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

R = 20.25%
G = 31.29%
B = 48.47%

CMYK

 C value IS 0.58

 M value IS 0.35

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#42669E (or 0x42669E) is known color: Mariner. HEX triplet: 42, 66 and 9E. RGB value is (66,102,158). Sum of RGB (Red+Green+Blue) = 66+102+158=326 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.25% from 326); Green value is 102 (40.23% from 255 or 31.29% from 326); Blue value is 158 (62.11% from 255 or 48.47% from 326); Max value from RGB is 158 - color contains mainly: blue. Hex color #42669E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42669E is #BD9961. Grayscale: #616161. Windows color (decimal): -12425570 or 10380866. OLE color: 10380866.

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

Color convert

RGB 66 102 158 -
CMYK 0.58 0.35 0 0.38
HSL 216.52º 0.41% 0.44% -
HSV(B) 216.52º 0.58% 0.62% -
XYZ 13.17 13.13 34.19 -
YUV 97.62 162.07 105.45 -
System Red Green Blue C M Y K H S L
Decimal 66 102 158 0.58 0.35 0 0.38 216.52 0.41 0.44
Hex 42 66 9E 3A 23 0 26 D9 29 2C
Octal 102 146 236 72 43 0 46 331 51 54
Binary 1000010 1100110 10011110 111010 100011 0 100110 11011001 101001 101100

Color Harmonies of #42669E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42669E

Black with #42669E

Text Example


Text Example

White with #42669E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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