Html Css Color HEX #426CAF Mariner

📋 copy color: '#426CAF'

red 66 ◦ green 108 ◦ blue 175

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

Shades of Mariner #426CAF

Tints of Mariner #426CAF

RGB

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

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

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

R = 18.91%
G = 30.95%
B = 50.14%

CMYK

 C value IS 0.62

 M value IS 0.38

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#426CAF (or 0x426CAF) is known color: Mariner. HEX triplet: 42, 6C and AF. RGB value is (66,108,175). Sum of RGB (Red+Green+Blue) = 66+108+175=349 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.91% from 349); Green value is 108 (42.58% from 255 or 30.95% from 349); Blue value is 175 (68.75% from 255 or 50.14% from 349); Max value from RGB is 175 - color contains mainly: blue. Hex color #426CAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426CAF is #BD9350. Grayscale: #666666. Windows color (decimal): -12424017 or 11496514. OLE color: 11496514.

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

Color convert

RGB 66 108 175 -
CMYK 0.62 0.38 0 0.31
HSL 216.88º 0.45% 0.47% -
HSV(B) 216.88º 0.62% 0.69% -
XYZ 15.35 14.98 42.64 -
YUV 103.08 168.59 101.55 -
System Red Green Blue C M Y K H S L
Decimal 66 108 175 0.62 0.38 0 0.31 216.88 0.45 0.47
Hex 42 6C AF 3E 26 0 1F D9 2D 2F
Octal 102 154 257 76 46 0 37 331 55 57
Binary 1000010 1101100 10101111 111110 100110 0 11111 11011001 101101 101111

Color Harmonies of #426CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426CAF

Black with #426CAF

Text Example


Text Example

White with #426CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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