Html Css Color HEX #426198 Mariner

📋 copy color: '#426198'

red 66 ◦ green 97 ◦ blue 152

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

Shades of Mariner #426198

Tints of Mariner #426198

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.79%

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

R = 20.95%
G = 30.79%
B = 48.25%

CMYK

 C value IS 0.57

 M value IS 0.36

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#426198 (or 0x426198) is known color: Mariner. HEX triplet: 42, 61 and 98. RGB value is (66,97,152). Sum of RGB (Red+Green+Blue) = 66+97+152=315 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.95% from 315); Green value is 97 (38.28% from 255 or 30.79% from 315); Blue value is 152 (59.77% from 255 or 48.25% from 315); Max value from RGB is 152 - color contains mainly: blue. Hex color #426198 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426198 is #BD9E67. Grayscale: #5D5D5D. Windows color (decimal): -12426856 or 9986370. OLE color: 9986370.

HSL color Cylindrical-coordinate representation of color #426198: hue angle of 218.37º 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 #426198 is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 66 97 152 -
CMYK 0.57 0.36 0 0.40
HSL 218.37º 0.39% 0.43% -
HSV(B) 218.37º 0.57% 0.6% -
XYZ 12.19 11.97 31.37 -
YUV 94 160.73 108.03 -
System Red Green Blue C M Y K H S L
Decimal 66 97 152 0.57 0.36 0 0.40 218.37 0.39 0.43
Hex 42 61 98 39 24 0 28 DA 27 2B
Octal 102 141 230 71 44 0 50 332 47 53
Binary 1000010 1100001 10011000 111001 100100 0 101000 11011010 100111 101011

Color Harmonies of #426198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426198

Black with #426198

Text Example


Text Example

White with #426198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426198; }

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

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

background-color css

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

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

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

border-color css

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

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

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