Html Css Color HEX #426DB3 Mariner

📋 copy color: '#426DB3'

red 66 ◦ green 109 ◦ blue 179

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

Shades of Mariner #426DB3

Tints of Mariner #426DB3

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.79%

 BLUE value IS 179 (70.31% from 255) = 50.56%

R = 18.64%
G = 30.79%
B = 50.56%

CMYK

 C value IS 0.63

 M value IS 0.39

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#426DB3 (or 0x426DB3) is known color: Mariner. HEX triplet: 42, 6D and B3. RGB value is (66,109,179). Sum of RGB (Red+Green+Blue) = 66+109+179=354 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.64% from 354); Green value is 109 (42.97% from 255 or 30.79% from 354); Blue value is 179 (70.31% from 255 or 50.56% from 354); Max value from RGB is 179 - color contains mainly: blue. Hex color #426DB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426DB3 is #BD924C. Grayscale: #676767. Windows color (decimal): -12423757 or 11758914. OLE color: 11758914.

HSL color Cylindrical-coordinate representation of color #426DB3: hue angle of 217.17º 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 #426DB3 is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 66 109 179 -
CMYK 0.63 0.39 0 0.30
HSL 217.17º 0.46% 0.48% -
HSV(B) 217.17º 0.63% 0.7% -
XYZ 15.85 15.35 44.78 -
YUV 104.12 170.25 100.81 -
System Red Green Blue C M Y K H S L
Decimal 66 109 179 0.63 0.39 0 0.30 217.17 0.46 0.48
Hex 42 6D B3 3F 27 0 1E D9 2E 30
Octal 102 155 263 77 47 0 36 331 56 60
Binary 1000010 1101101 10110011 111111 100111 0 11110 11011001 101110 110000

Color Harmonies of #426DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426DB3

Black with #426DB3

Text Example


Text Example

White with #426DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,109,179); }

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

background-color css

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

 a { background-color: rgb(66,109,179); }

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

border-color css

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

 span { border-color: rgb(66,109,179); }

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