Html Css Color HEX #42709C San Marino

📋 copy color: '#42709C'

red 66 ◦ green 112 ◦ blue 156

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

Shades of San Marino #42709C

Tints of San Marino #42709C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.53%

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

R = 19.76%
G = 33.53%
B = 46.71%

CMYK

 C value IS 0.58

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#42709C (or 0x42709C) is known color: San Marino. HEX triplet: 42, 70 and 9C. RGB value is (66,112,156). Sum of RGB (Red+Green+Blue) = 66+112+156=334 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.76% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 156 (61.33% from 255 or 46.71% from 334); Max value from RGB is 156 - color contains mainly: blue. Hex color #42709C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42709C is #BD8F63. Grayscale: #676767. Windows color (decimal): -12423012 or 10252354. OLE color: 10252354.

HSL color Cylindrical-coordinate representation of color #42709C: hue angle of 209.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 #42709C is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 66 112 156 -
CMYK 0.58 0.28 0 0.39
HSL 209.33º 0.41% 0.44% -
HSV(B) 209.33º 0.58% 0.61% -
XYZ 14.04 15.15 33.64 -
YUV 103.26 157.76 101.42 -
System Red Green Blue C M Y K H S L
Decimal 66 112 156 0.58 0.28 0 0.39 209.33 0.41 0.44
Hex 42 70 9C 3A 1C 0 27 D1 29 2C
Octal 102 160 234 72 34 0 47 321 51 54
Binary 1000010 1110000 10011100 111010 11100 0 100111 11010001 101001 101100

Color Harmonies of #42709C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42709C

Black with #42709C

Text Example


Text Example

White with #42709C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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