Html Css Color HEX #426EAF Mariner

📋 copy color: '#426EAF'

red 66 ◦ green 110 ◦ blue 175

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

Shades of Mariner #426EAF

Tints of Mariner #426EAF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.34%

 BLUE value IS 175 (68.75% from 255) = 49.86%

R = 18.8%
G = 31.34%
B = 49.86%

CMYK

 C value IS 0.62

 M value IS 0.37

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#426EAF (or 0x426EAF) is known color: Mariner. HEX triplet: 42, 6E and AF. RGB value is (66,110,175). Sum of RGB (Red+Green+Blue) = 66+110+175=351 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.80% from 351); Green value is 110 (43.36% from 255 or 31.34% from 351); Blue value is 175 (68.75% from 255 or 49.86% from 351); Max value from RGB is 175 - color contains mainly: blue. Hex color #426EAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426EAF is #BD9150. Grayscale: #676767. Windows color (decimal): -12423505 or 11497026. OLE color: 11497026.

HSL color Cylindrical-coordinate representation of color #426EAF: hue angle of 215.78º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #426EAF is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 66 110 175 -
CMYK 0.62 0.37 0 0.31
HSL 215.78º 0.45% 0.47% -
HSV(B) 215.78º 0.62% 0.69% -
XYZ 15.56 15.41 42.71 -
YUV 104.25 167.92 100.71 -
System Red Green Blue C M Y K H S L
Decimal 66 110 175 0.62 0.37 0 0.31 215.78 0.45 0.47
Hex 42 6E AF 3E 25 0 1F D8 2D 2F
Octal 102 156 257 76 45 0 37 330 55 57
Binary 1000010 1101110 10101111 111110 100101 0 11111 11011000 101101 101111

Color Harmonies of #426EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426EAF

Black with #426EAF

Text Example


Text Example

White with #426EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,110,175); }

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

background-color css

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

 a { background-color: rgb(66,110,175); }

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

border-color css

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

 span { border-color: rgb(66,110,175); }

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