Html Css Color HEX #426CAC Mariner

📋 copy color: '#426CAC'

red 66 ◦ green 108 ◦ blue 172

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

Shades of Mariner #426CAC

Tints of Mariner #426CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 49.71%

R = 19.08%
G = 31.21%
B = 49.71%

CMYK

 C value IS 0.62

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#426CAC (or 0x426CAC) is known color: Mariner. HEX triplet: 42, 6C and AC. RGB value is (66,108,172). Sum of RGB (Red+Green+Blue) = 66+108+172=346 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.08% from 346); Green value is 108 (42.58% from 255 or 31.21% from 346); Blue value is 172 (67.58% from 255 or 49.71% from 346); Max value from RGB is 172 - color contains mainly: blue. Hex color #426CAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426CAC is #BD9353. Grayscale: #666666. Windows color (decimal): -12424020 or 11299906. OLE color: 11299906.

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

Color convert

RGB 66 108 172 -
CMYK 0.62 0.37 0 0.33
HSL 216.23º 0.45% 0.47% -
HSV(B) 216.23º 0.62% 0.67% -
XYZ 15.06 14.86 41.1 -
YUV 102.74 167.09 101.8 -
System Red Green Blue C M Y K H S L
Decimal 66 108 172 0.62 0.37 0 0.33 216.23 0.45 0.47
Hex 42 6C AC 3E 25 0 21 D8 2D 2F
Octal 102 154 254 76 45 0 41 330 55 57
Binary 1000010 1101100 10101100 111110 100101 0 100001 11011000 101101 101111

Color Harmonies of #426CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426CAC

Black with #426CAC

Text Example


Text Example

White with #426CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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