Html Css Color HEX #426794 Mariner

📋 copy color: '#426794'

red 66 ◦ green 103 ◦ blue 148

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

Shades of Mariner #426794

Tints of Mariner #426794

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.49%

 BLUE value IS 148 (58.2% from 255) = 46.69%

R = 20.82%
G = 32.49%
B = 46.69%

CMYK

 C value IS 0.55

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#426794 (or 0x426794) is known color: Mariner. HEX triplet: 42, 67 and 94. RGB value is (66,103,148). Sum of RGB (Red+Green+Blue) = 66+103+148=317 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.82% from 317); Green value is 103 (40.62% from 255 or 32.49% from 317); Blue value is 148 (58.20% from 255 or 46.69% from 317); Max value from RGB is 148 - color contains mainly: blue. Hex color #426794 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426794 is #BD986B. Grayscale: #606060. Windows color (decimal): -12425324 or 9725762. OLE color: 9725762.

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

Color convert

RGB 66 103 148 -
CMYK 0.55 0.30 0 0.42
HSL 212.93º 0.38% 0.42% -
HSV(B) 212.93º 0.55% 0.58% -
XYZ 12.44 13 29.87 -
YUV 97.07 156.74 105.84 -
System Red Green Blue C M Y K H S L
Decimal 66 103 148 0.55 0.30 0 0.42 212.93 0.38 0.42
Hex 42 67 94 37 1E 0 2A D5 26 2A
Octal 102 147 224 67 36 0 52 325 46 52
Binary 1000010 1100111 10010100 110111 11110 0 101010 11010101 100110 101010

Color Harmonies of #426794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426794

Black with #426794

Text Example


Text Example

White with #426794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426794; }

 p { color: rgb(66,103,148); }

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

background-color css

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

 a { background-color: rgb(66,103,148); }

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

border-color css

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

 span { border-color: rgb(66,103,148); }

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