Html Css Color HEX #426092 Mariner

📋 copy color: '#426092'

red 66 ◦ green 96 ◦ blue 146

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

Shades of Mariner #426092

Tints of Mariner #426092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 47.4%

R = 21.43%
G = 31.17%
B = 47.4%

CMYK

 C value IS 0.55

 M value IS 0.34

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#426092 (or 0x426092) is known color: Mariner. HEX triplet: 42, 60 and 92. RGB value is (66,96,146). Sum of RGB (Red+Green+Blue) = 66+96+146=308 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.43% from 308); Green value is 96 (37.89% from 255 or 31.17% from 308); Blue value is 146 (57.42% from 255 or 47.40% from 308); Max value from RGB is 146 - color contains mainly: blue. Hex color #426092 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426092 is #BD9F6D. Grayscale: #5C5C5C. Windows color (decimal): -12427118 or 9592898. OLE color: 9592898.

HSL color Cylindrical-coordinate representation of color #426092: hue angle of 217.5º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #426092 is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 66 96 146 -
CMYK 0.55 0.34 0 0.43
HSL 217.5º 0.38% 0.42% -
HSV(B) 217.5º 0.55% 0.57% -
XYZ 11.62 11.6 28.82 -
YUV 92.73 158.06 108.93 -
System Red Green Blue C M Y K H S L
Decimal 66 96 146 0.55 0.34 0 0.43 217.5 0.38 0.42
Hex 42 60 92 37 22 0 2B DA 26 2A
Octal 102 140 222 67 42 0 53 332 46 52
Binary 1000010 1100000 10010010 110111 100010 0 101011 11011010 100110 101010

Color Harmonies of #426092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426092

Black with #426092

Text Example


Text Example

White with #426092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426092; }

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

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

background-color css

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

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

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

border-color css

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

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

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