Html Css Color HEX #426098 Mariner

📋 copy color: '#426098'

red 66 ◦ green 96 ◦ blue 152

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

Shades of Mariner #426098

Tints of Mariner #426098

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.57%

 BLUE value IS 152 (59.77% from 255) = 48.41%

R = 21.02%
G = 30.57%
B = 48.41%

CMYK

 C value IS 0.57

 M value IS 0.37

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#426098 (or 0x426098) is known color: Mariner. HEX triplet: 42, 60 and 98. RGB value is (66,96,152). Sum of RGB (Red+Green+Blue) = 66+96+152=314 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.02% from 314); Green value is 96 (37.89% from 255 or 30.57% from 314); Blue value is 152 (59.77% from 255 or 48.41% from 314); Max value from RGB is 152 - color contains mainly: blue. Hex color #426098 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426098 is #BD9F67. Grayscale: #5D5D5D. Windows color (decimal): -12427112 or 9986114. OLE color: 9986114.

HSL color Cylindrical-coordinate representation of color #426098: hue angle of 219.07º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #426098 is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 66 96 152 -
CMYK 0.57 0.37 0 0.40
HSL 219.07º 0.39% 0.43% -
HSV(B) 219.07º 0.57% 0.6% -
XYZ 12.1 11.79 31.34 -
YUV 93.41 161.06 108.45 -
System Red Green Blue C M Y K H S L
Decimal 66 96 152 0.57 0.37 0 0.40 219.07 0.39 0.43
Hex 42 60 98 39 25 0 28 DB 27 2B
Octal 102 140 230 71 45 0 50 333 47 53
Binary 1000010 1100000 10011000 111001 100101 0 101000 11011011 100111 101011

Color Harmonies of #426098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426098

Black with #426098

Text Example


Text Example

White with #426098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426098; }

 p { color: rgb(66,96,152); }

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

background-color css

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

 a { background-color: rgb(66,96,152); }

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

border-color css

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

 span { border-color: rgb(66,96,152); }

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