Html Css Color HEX #426C9F Mariner

📋 copy color: '#426C9F'

red 66 ◦ green 108 ◦ blue 159

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

Shades of Mariner #426C9F

Tints of Mariner #426C9F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.43%

 BLUE value IS 159 (62.5% from 255) = 47.75%

R = 19.82%
G = 32.43%
B = 47.75%

CMYK

 C value IS 0.58

 M value IS 0.32

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#426C9F (or 0x426C9F) is known color: Mariner. HEX triplet: 42, 6C and 9F. RGB value is (66,108,159). Sum of RGB (Red+Green+Blue) = 66+108+159=333 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.82% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 159 (62.5% from 255 or 47.75% from 333); Max value from RGB is 159 - color contains mainly: blue. Hex color #426C9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426C9F is #BD9360. Grayscale: #656565. Windows color (decimal): -12424033 or 10447938. OLE color: 10447938.

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

Color convert

RGB 66 108 159 -
CMYK 0.58 0.32 0 0.38
HSL 212.9º 0.41% 0.44% -
HSV(B) 212.9º 0.58% 0.62% -
XYZ 13.87 14.39 34.85 -
YUV 101.26 160.59 102.85 -
System Red Green Blue C M Y K H S L
Decimal 66 108 159 0.58 0.32 0 0.38 212.9 0.41 0.44
Hex 42 6C 9F 3A 20 0 26 D5 29 2C
Octal 102 154 237 72 40 0 46 325 51 54
Binary 1000010 1101100 10011111 111010 100000 0 100110 11010101 101001 101100

Color Harmonies of #426C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426C9F

Black with #426C9F

Text Example


Text Example

White with #426C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426C9F; }

 p { color: rgb(66,108,159); }

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

background-color css

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

 a { background-color: rgb(66,108,159); }

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

border-color css

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

 span { border-color: rgb(66,108,159); }

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