Html Css Color HEX #4370A0 San Marino

📋 copy color: '#4370A0'

red 67 ◦ green 112 ◦ blue 160

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

Shades of San Marino #4370A0

Tints of San Marino #4370A0

RGB

 RED value IS 67 (26.56% from 255) = 19.76%

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

 BLUE value IS 160 (62.89% from 255) = 47.2%

R = 19.76%
G = 33.04%
B = 47.2%

CMYK

 C value IS 0.58

 M value IS 0.30

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#4370A0 (or 0x4370A0) is known color: San Marino. HEX triplet: 43, 70 and A0. RGB value is (67,112,160). Sum of RGB (Red+Green+Blue) = 67+112+160=339 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.76% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 160 (62.89% from 255 or 47.20% from 339); Max value from RGB is 160 - color contains mainly: blue. Hex color #4370A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4370A0 is #BC8F5F. Grayscale: #676767. Windows color (decimal): -12357472 or 10514499. OLE color: 10514499.

HSL color Cylindrical-coordinate representation of color #4370A0: hue angle of 210.97º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4370A0 is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 67 112 160 -
CMYK 0.58 0.30 0 0.37
HSL 210.97º 0.41% 0.45% -
HSV(B) 210.97º 0.58% 0.63% -
XYZ 14.45 15.32 35.45 -
YUV 104.02 159.59 101.6 -
System Red Green Blue C M Y K H S L
Decimal 67 112 160 0.58 0.30 0 0.37 210.97 0.41 0.45
Hex 43 70 A0 3A 1E 0 25 D3 29 2D
Octal 103 160 240 72 36 0 45 323 51 55
Binary 1000011 1110000 10100000 111010 11110 0 100101 11010011 101001 101101

Color Harmonies of #4370A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4370A0

Black with #4370A0

Text Example


Text Example

White with #4370A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4370A0; }

 p { color: rgb(67,112,160); }

 H1.HeaderClassName
 {
   color: #4370A0;
 }
 .AnyTagClassName
 {
   color: #4370A0;
 }
</style>

background-color css

<style>
 a { background-color: #4370A0; }

 a { background-color: rgb(67,112,160); }

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

border-color css

<style>
 span { border-color: #4370A0; }

 span { border-color: rgb(67,112,160); }

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