Html Css Color HEX #426997 Mariner

📋 copy color: '#426997'

red 66 ◦ green 105 ◦ blue 151

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

Shades of Mariner #426997

Tints of Mariner #426997

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.61%

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

R = 20.5%
G = 32.61%
B = 46.89%

CMYK

 C value IS 0.56

 M value IS 0.30

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#426997 (or 0x426997) is known color: Mariner. HEX triplet: 42, 69 and 97. RGB value is (66,105,151). Sum of RGB (Red+Green+Blue) = 66+105+151=322 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.50% from 322); Green value is 105 (41.41% from 255 or 32.61% from 322); Blue value is 151 (59.38% from 255 or 46.89% from 322); Max value from RGB is 151 - color contains mainly: blue. Hex color #426997 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426997 is #BD9668. Grayscale: #626262. Windows color (decimal): -12424809 or 9922882. OLE color: 9922882.

HSL color Cylindrical-coordinate representation of color #426997: hue angle of 212.47º 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 #426997 is Cyan = 0.56, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 66 105 151 -
CMYK 0.56 0.30 0 0.41
HSL 212.47º 0.39% 0.43% -
HSV(B) 212.47º 0.56% 0.59% -
XYZ 12.88 13.5 31.2 -
YUV 98.58 157.58 104.76 -
System Red Green Blue C M Y K H S L
Decimal 66 105 151 0.56 0.30 0 0.41 212.47 0.39 0.43
Hex 42 69 97 38 1E 0 29 D4 27 2B
Octal 102 151 227 70 36 0 51 324 47 53
Binary 1000010 1101001 10010111 111000 11110 0 101001 11010100 100111 101011

Color Harmonies of #426997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426997

Black with #426997

Text Example


Text Example

White with #426997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426997; }

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

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

background-color css

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

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

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

border-color css

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

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

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