Html Css Color HEX #426B9B Mariner

📋 copy color: '#426B9B'

red 66 ◦ green 107 ◦ blue 155

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

Shades of Mariner #426B9B

Tints of Mariner #426B9B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.62%

 BLUE value IS 155 (60.94% from 255) = 47.26%

R = 20.12%
G = 32.62%
B = 47.26%

CMYK

 C value IS 0.57

 M value IS 0.31

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#426B9B (or 0x426B9B) is known color: Mariner. HEX triplet: 42, 6B and 9B. RGB value is (66,107,155). Sum of RGB (Red+Green+Blue) = 66+107+155=328 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.12% from 328); Green value is 107 (42.19% from 255 or 32.62% from 328); Blue value is 155 (60.94% from 255 or 47.26% from 328); Max value from RGB is 155 - color contains mainly: blue. Hex color #426B9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426B9B is #BD9464. Grayscale: #636363. Windows color (decimal): -12424293 or 10185538. OLE color: 10185538.

HSL color Cylindrical-coordinate representation of color #426B9B: hue angle of 212.36º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #426B9B is Cyan = 0.57, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 66 107 155 -
CMYK 0.57 0.31 0 0.39
HSL 212.36º 0.4% 0.43% -
HSV(B) 212.36º 0.57% 0.61% -
XYZ 13.42 14.04 33.01 -
YUV 100.21 158.92 103.6 -
System Red Green Blue C M Y K H S L
Decimal 66 107 155 0.57 0.31 0 0.39 212.36 0.4 0.43
Hex 42 6B 9B 39 1F 0 27 D4 28 2B
Octal 102 153 233 71 37 0 47 324 50 53
Binary 1000010 1101011 10011011 111001 11111 0 100111 11010100 101000 101011

Color Harmonies of #426B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426B9B

Black with #426B9B

Text Example


Text Example

White with #426B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,107,155); }

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

background-color css

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

 a { background-color: rgb(66,107,155); }

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

border-color css

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

 span { border-color: rgb(66,107,155); }

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