Html Css Color HEX #426AB0 Mariner

📋 copy color: '#426AB0'

red 66 ◦ green 106 ◦ blue 176

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

Shades of Mariner #426AB0

Tints of Mariner #426AB0

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.46%

 BLUE value IS 176 (69.14% from 255) = 50.57%

R = 18.97%
G = 30.46%
B = 50.57%

CMYK

 C value IS 0.62

 M value IS 0.40

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#426AB0 (or 0x426AB0) is known color: Mariner. HEX triplet: 42, 6A and B0. RGB value is (66,106,176). Sum of RGB (Red+Green+Blue) = 66+106+176=348 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.97% from 348); Green value is 106 (41.80% from 255 or 30.46% from 348); Blue value is 176 (69.14% from 255 or 50.57% from 348); Max value from RGB is 176 - color contains mainly: blue. Hex color #426AB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426AB0 is #BD954F. Grayscale: #656565. Windows color (decimal): -12424528 or 11561538. OLE color: 11561538.

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

Color convert

RGB 66 106 176 -
CMYK 0.62 0.40 0 0.31
HSL 218.18º 0.45% 0.47% -
HSV(B) 218.18º 0.63% 0.69% -
XYZ 15.24 14.6 43.09 -
YUV 102.02 169.75 102.31 -
System Red Green Blue C M Y K H S L
Decimal 66 106 176 0.62 0.40 0 0.31 218.18 0.45 0.47
Hex 42 6A B0 3E 28 0 1F DA 2D 2F
Octal 102 152 260 76 50 0 37 332 55 57
Binary 1000010 1101010 10110000 111110 101000 0 11111 11011010 101101 101111

Color Harmonies of #426AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426AB0

Black with #426AB0

Text Example


Text Example

White with #426AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,106,176); }

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

background-color css

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

 a { background-color: rgb(66,106,176); }

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

border-color css

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

 span { border-color: rgb(66,106,176); }

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