Html Css Color HEX #426197 Mariner

📋 copy color: '#426197'

red 66 ◦ green 97 ◦ blue 151

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

Shades of Mariner #426197

Tints of Mariner #426197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 48.09%

R = 21.02%
G = 30.89%
B = 48.09%

CMYK

 C value IS 0.56

 M value IS 0.36

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#426197 (or 0x426197) is known color: Mariner. HEX triplet: 42, 61 and 97. RGB value is (66,97,151). Sum of RGB (Red+Green+Blue) = 66+97+151=314 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.02% from 314); Green value is 97 (38.28% from 255 or 30.89% from 314); Blue value is 151 (59.38% from 255 or 48.09% from 314); Max value from RGB is 151 - color contains mainly: blue. Hex color #426197 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426197 is #BD9E68. Grayscale: #5D5D5D. Windows color (decimal): -12426857 or 9920834. OLE color: 9920834.

HSL color Cylindrical-coordinate representation of color #426197: hue angle of 218.12º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #426197 is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 66 97 151 -
CMYK 0.56 0.36 0 0.41
HSL 218.12º 0.39% 0.43% -
HSV(B) 218.12º 0.56% 0.59% -
XYZ 12.11 11.94 30.95 -
YUV 93.89 160.23 108.11 -
System Red Green Blue C M Y K H S L
Decimal 66 97 151 0.56 0.36 0 0.41 218.12 0.39 0.43
Hex 42 61 97 38 24 0 29 DA 27 2B
Octal 102 141 227 70 44 0 51 332 47 53
Binary 1000010 1100001 10010111 111000 100100 0 101001 11011010 100111 101011

Color Harmonies of #426197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426197

Black with #426197

Text Example


Text Example

White with #426197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426197; }

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

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

background-color css

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

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

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

border-color css

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

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

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