Html Css Color HEX #42709F San Marino

📋 copy color: '#42709F'

red 66 ◦ green 112 ◦ blue 159

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

Shades of San Marino #42709F

Tints of San Marino #42709F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 47.18%

R = 19.58%
G = 33.23%
B = 47.18%

CMYK

 C value IS 0.58

 M value IS 0.30

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#42709F (or 0x42709F) is known color: San Marino. HEX triplet: 42, 70 and 9F. RGB value is (66,112,159). Sum of RGB (Red+Green+Blue) = 66+112+159=337 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.58% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 159 (62.5% from 255 or 47.18% from 337); Max value from RGB is 159 - color contains mainly: blue. Hex color #42709F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42709F is #BD8F60. Grayscale: #676767. Windows color (decimal): -12423009 or 10448962. OLE color: 10448962.

HSL color Cylindrical-coordinate representation of color #42709F: hue angle of 210.32º 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 #42709F is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 66 112 159 -
CMYK 0.58 0.30 0 0.38
HSL 210.32º 0.41% 0.44% -
HSV(B) 210.32º 0.58% 0.62% -
XYZ 14.3 15.25 34.99 -
YUV 103.6 159.26 101.18 -
System Red Green Blue C M Y K H S L
Decimal 66 112 159 0.58 0.30 0 0.38 210.32 0.41 0.44
Hex 42 70 9F 3A 1E 0 26 D2 29 2C
Octal 102 160 237 72 36 0 46 322 51 54
Binary 1000010 1110000 10011111 111010 11110 0 100110 11010010 101001 101100

Color Harmonies of #42709F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42709F

Black with #42709F

Text Example


Text Example

White with #42709F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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