Html Css Color HEX #426093 Mariner

📋 copy color: '#426093'

red 66 ◦ green 96 ◦ blue 147

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

Shades of Mariner #426093

Tints of Mariner #426093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 47.57%

R = 21.36%
G = 31.07%
B = 47.57%

CMYK

 C value IS 0.55

 M value IS 0.35

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#426093 (or 0x426093) is known color: Mariner. HEX triplet: 42, 60 and 93. RGB value is (66,96,147). Sum of RGB (Red+Green+Blue) = 66+96+147=309 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.36% from 309); Green value is 96 (37.89% from 255 or 31.07% from 309); Blue value is 147 (57.81% from 255 or 47.57% from 309); Max value from RGB is 147 - color contains mainly: blue. Hex color #426093 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426093 is #BD9F6C. Grayscale: #5C5C5C. Windows color (decimal): -12427117 or 9658434. OLE color: 9658434.

HSL color Cylindrical-coordinate representation of color #426093: hue angle of 217.78º 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 #426093 is Cyan = 0.55, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 96 147 -
CMYK 0.55 0.35 0 0.42
HSL 217.78º 0.38% 0.42% -
HSV(B) 217.78º 0.55% 0.58% -
XYZ 11.7 11.63 29.23 -
YUV 92.84 158.56 108.85 -
System Red Green Blue C M Y K H S L
Decimal 66 96 147 0.55 0.35 0 0.42 217.78 0.38 0.42
Hex 42 60 93 37 23 0 2A DA 26 2A
Octal 102 140 223 67 43 0 52 332 46 52
Binary 1000010 1100000 10010011 110111 100011 0 101010 11011010 100110 101010

Color Harmonies of #426093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426093

Black with #426093

Text Example


Text Example

White with #426093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426093; }

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

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

background-color css

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

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

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

border-color css

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

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

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