Html Css Color HEX #426CAB Mariner

📋 copy color: '#426CAB'

red 66 ◦ green 108 ◦ blue 171

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

Shades of Mariner #426CAB

Tints of Mariner #426CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 49.57%

R = 19.13%
G = 31.3%
B = 49.57%

CMYK

 C value IS 0.61

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#426CAB (or 0x426CAB) is known color: Mariner. HEX triplet: 42, 6C and AB. RGB value is (66,108,171). Sum of RGB (Red+Green+Blue) = 66+108+171=345 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.13% from 345); Green value is 108 (42.58% from 255 or 31.30% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 171 - color contains mainly: blue. Hex color #426CAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426CAB is #BD9354. Grayscale: #666666. Windows color (decimal): -12424021 or 11234370. OLE color: 11234370.

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

Color convert

RGB 66 108 171 -
CMYK 0.61 0.37 0 0.33
HSL 216º 0.44% 0.46% -
HSV(B) 216º 0.61% 0.67% -
XYZ 14.96 14.82 40.6 -
YUV 102.62 166.59 101.88 -
System Red Green Blue C M Y K H S L
Decimal 66 108 171 0.61 0.37 0 0.33 216 0.44 0.46
Hex 42 6C AB 3D 25 0 21 D8 2C 2E
Octal 102 154 253 75 45 0 41 330 54 56
Binary 1000010 1101100 10101011 111101 100101 0 100001 11011000 101100 101110

Color Harmonies of #426CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426CAB

Black with #426CAB

Text Example


Text Example

White with #426CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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