Html Css Color HEX #42608F Mariner

📋 copy color: '#42608F'

red 66 ◦ green 96 ◦ blue 143

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

Shades of Mariner #42608F

Tints of Mariner #42608F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 46.89%

R = 21.64%
G = 31.48%
B = 46.89%

CMYK

 C value IS 0.54

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#42608F (or 0x42608F) is known color: Mariner. HEX triplet: 42, 60 and 8F. RGB value is (66,96,143). Sum of RGB (Red+Green+Blue) = 66+96+143=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 96 (37.89% from 255 or 31.48% from 305); Blue value is 143 (56.25% from 255 or 46.89% from 305); Max value from RGB is 143 - color contains mainly: blue. Hex color #42608F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42608F is #BD9F70. Grayscale: #5C5C5C. Windows color (decimal): -12427121 or 9396290. OLE color: 9396290.

HSL color Cylindrical-coordinate representation of color #42608F: hue angle of 216.62º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #42608F is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 66 96 143 -
CMYK 0.54 0.33 0 0.44
HSL 216.62º 0.37% 0.41% -
HSV(B) 216.62º 0.54% 0.56% -
XYZ 11.39 11.51 27.61 -
YUV 92.39 156.56 109.18 -
System Red Green Blue C M Y K H S L
Decimal 66 96 143 0.54 0.33 0 0.44 216.62 0.37 0.41
Hex 42 60 8F 36 21 0 2C D9 25 29
Octal 102 140 217 66 41 0 54 331 45 51
Binary 1000010 1100000 10001111 110110 100001 0 101100 11011001 100101 101001

Color Harmonies of #42608F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42608F

Black with #42608F

Text Example


Text Example

White with #42608F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42608F; }

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

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

background-color css

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

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

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

border-color css

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

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

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