Html Css Color HEX #42649C Mariner

📋 copy color: '#42649C'

red 66 ◦ green 100 ◦ blue 156

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

Shades of Mariner #42649C

Tints of Mariner #42649C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 48.45%

R = 20.5%
G = 31.06%
B = 48.45%

CMYK

 C value IS 0.58

 M value IS 0.36

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#42649C (or 0x42649C) is known color: Mariner. HEX triplet: 42, 64 and 9C. RGB value is (66,100,156). Sum of RGB (Red+Green+Blue) = 66+100+156=322 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.50% from 322); Green value is 100 (39.45% from 255 or 31.06% from 322); Blue value is 156 (61.33% from 255 or 48.45% from 322); Max value from RGB is 156 - color contains mainly: blue. Hex color #42649C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42649C is #BD9B63. Grayscale: #5F5F5F. Windows color (decimal): -12426084 or 10249282. OLE color: 10249282.

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

Color convert

RGB 66 100 156 -
CMYK 0.58 0.36 0 0.39
HSL 217.33º 0.41% 0.44% -
HSV(B) 217.33º 0.58% 0.61% -
XYZ 12.8 12.67 33.22 -
YUV 96.22 161.74 106.45 -
System Red Green Blue C M Y K H S L
Decimal 66 100 156 0.58 0.36 0 0.39 217.33 0.41 0.44
Hex 42 64 9C 3A 24 0 27 D9 29 2C
Octal 102 144 234 72 44 0 47 331 51 54
Binary 1000010 1100100 10011100 111010 100100 0 100111 11011001 101001 101100

Color Harmonies of #42649C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42649C

Black with #42649C

Text Example


Text Example

White with #42649C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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