Html Css Color HEX #426692 Mariner

📋 copy color: '#426692'

red 66 ◦ green 102 ◦ blue 146

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

Shades of Mariner #426692

Tints of Mariner #426692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 46.5%

R = 21.02%
G = 32.48%
B = 46.5%

CMYK

 C value IS 0.55

 M value IS 0.30

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#426692 (or 0x426692) is known color: Mariner. HEX triplet: 42, 66 and 92. RGB value is (66,102,146). Sum of RGB (Red+Green+Blue) = 66+102+146=314 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.02% from 314); Green value is 102 (40.23% from 255 or 32.48% from 314); Blue value is 146 (57.42% from 255 or 46.50% from 314); Max value from RGB is 146 - color contains mainly: blue. Hex color #426692 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426692 is #BD996D. Grayscale: #606060. Windows color (decimal): -12425582 or 9594434. OLE color: 9594434.

HSL color Cylindrical-coordinate representation of color #426692: hue angle of 213º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #426692 is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 66 102 146 -
CMYK 0.55 0.30 0 0.43
HSL 213º 0.38% 0.42% -
HSV(B) 213º 0.55% 0.57% -
XYZ 12.19 12.74 29.01 -
YUV 96.25 156.07 106.42 -
System Red Green Blue C M Y K H S L
Decimal 66 102 146 0.55 0.30 0 0.43 213 0.38 0.42
Hex 42 66 92 37 1E 0 2B D5 26 2A
Octal 102 146 222 67 36 0 53 325 46 52
Binary 1000010 1100110 10010010 110111 11110 0 101011 11010101 100110 101010

Color Harmonies of #426692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426692

Black with #426692

Text Example


Text Example

White with #426692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426692; }

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

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

background-color css

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

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

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

border-color css

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

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

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