Html Css Color HEX #42649D Mariner

📋 copy color: '#42649D'

red 66 ◦ green 100 ◦ blue 157

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

Shades of Mariner #42649D

Tints of Mariner #42649D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.96%

 BLUE value IS 157 (61.72% from 255) = 48.61%

R = 20.43%
G = 30.96%
B = 48.61%

CMYK

 C value IS 0.58

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#42649D (or 0x42649D) is known color: Mariner. HEX triplet: 42, 64 and 9D. RGB value is (66,100,157). Sum of RGB (Red+Green+Blue) = 66+100+157=323 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.43% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 157 (61.72% from 255 or 48.61% from 323); Max value from RGB is 157 - color contains mainly: blue. Hex color #42649D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42649D is #BD9B62. Grayscale: #606060. Windows color (decimal): -12426083 or 10314818. OLE color: 10314818.

HSL color Cylindrical-coordinate representation of color #42649D: hue angle of 217.58º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #42649D is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 66 100 157 -
CMYK 0.58 0.36 0 0.38
HSL 217.58º 0.41% 0.44% -
HSV(B) 217.58º 0.58% 0.62% -
XYZ 12.89 12.71 33.67 -
YUV 96.33 162.24 106.37 -
System Red Green Blue C M Y K H S L
Decimal 66 100 157 0.58 0.36 0 0.38 217.58 0.41 0.44
Hex 42 64 9D 3A 24 0 26 DA 29 2C
Octal 102 144 235 72 44 0 46 332 51 54
Binary 1000010 1100100 10011101 111010 100100 0 100110 11011010 101001 101100

Color Harmonies of #42649D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42649D

Black with #42649D

Text Example


Text Example

White with #42649D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42649D; }

 p { color: rgb(66,100,157); }

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

background-color css

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

 a { background-color: rgb(66,100,157); }

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

border-color css

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

 span { border-color: rgb(66,100,157); }

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