Html Css Color HEX #426FB1 Mariner

📋 copy color: '#426FB1'

red 66 ◦ green 111 ◦ blue 177

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

Shades of Mariner #426FB1

Tints of Mariner #426FB1

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.36%

 BLUE value IS 177 (69.53% from 255) = 50%

R = 18.64%
G = 31.36%
B = 50%

CMYK

 C value IS 0.63

 M value IS 0.37

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#426FB1 (or 0x426FB1) is known color: Mariner. HEX triplet: 42, 6F and B1. RGB value is (66,111,177). Sum of RGB (Red+Green+Blue) = 66+111+177=354 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.64% from 354); Green value is 111 (43.75% from 255 or 31.36% from 354); Blue value is 177 (69.53% from 255 or 50% from 354); Max value from RGB is 177 - color contains mainly: blue. Hex color #426FB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426FB1 is #BD904E. Grayscale: #686868. Windows color (decimal): -12423247 or 11628354. OLE color: 11628354.

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

Color convert

RGB 66 111 177 -
CMYK 0.63 0.37 0 0.31
HSL 215.68º 0.46% 0.48% -
HSV(B) 215.68º 0.63% 0.69% -
XYZ 15.87 15.7 43.79 -
YUV 105.07 168.59 100.13 -
System Red Green Blue C M Y K H S L
Decimal 66 111 177 0.63 0.37 0 0.31 215.68 0.46 0.48
Hex 42 6F B1 3F 25 0 1F D8 2E 30
Octal 102 157 261 77 45 0 37 330 56 60
Binary 1000010 1101111 10110001 111111 100101 0 11111 11011000 101110 110000

Color Harmonies of #426FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426FB1

Black with #426FB1

Text Example


Text Example

White with #426FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,111,177); }

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

background-color css

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

 a { background-color: rgb(66,111,177); }

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

border-color css

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

 span { border-color: rgb(66,111,177); }

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