Html Css Color HEX #426FB2 Mariner

📋 copy color: '#426FB2'

red 66 ◦ green 111 ◦ blue 178

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

Shades of Mariner #426FB2

Tints of Mariner #426FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 50.14%

R = 18.59%
G = 31.27%
B = 50.14%

CMYK

 C value IS 0.63

 M value IS 0.38

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#426FB2 (or 0x426FB2) is known color: Mariner. HEX triplet: 42, 6F and B2. RGB value is (66,111,178). Sum of RGB (Red+Green+Blue) = 66+111+178=355 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.59% from 355); Green value is 111 (43.75% from 255 or 31.27% from 355); Blue value is 178 (69.92% from 255 or 50.14% from 355); Max value from RGB is 178 - color contains mainly: blue. Hex color #426FB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426FB2 is #BD904D. Grayscale: #686868. Windows color (decimal): -12423246 or 11693890. OLE color: 11693890.

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

Color convert

RGB 66 111 178 -
CMYK 0.63 0.38 0 0.30
HSL 215.89º 0.46% 0.48% -
HSV(B) 215.89º 0.63% 0.7% -
XYZ 15.97 15.74 44.32 -
YUV 105.18 169.09 100.05 -
System Red Green Blue C M Y K H S L
Decimal 66 111 178 0.63 0.38 0 0.30 215.89 0.46 0.48
Hex 42 6F B2 3F 26 0 1E D8 2E 30
Octal 102 157 262 77 46 0 36 330 56 60
Binary 1000010 1101111 10110010 111111 100110 0 11110 11011000 101110 110000

Color Harmonies of #426FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426FB2

Black with #426FB2

Text Example


Text Example

White with #426FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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