Html Css Color HEX #4673A5 San Marino

📋 copy color: '#4673A5'

red 70 ◦ green 115 ◦ blue 165

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

Shades of San Marino #4673A5

Tints of San Marino #4673A5

RGB

 RED value IS 70 (27.73% from 255) = 20%

 GREEN value IS 115 (45.31% from 255) = 32.86%

 BLUE value IS 165 (64.84% from 255) = 47.14%

R = 20%
G = 32.86%
B = 47.14%

CMYK

 C value IS 0.58

 M value IS 0.30

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#4673A5 (or 0x4673A5) is known color: San Marino. HEX triplet: 46, 73 and A5. RGB value is (70,115,165). Sum of RGB (Red+Green+Blue) = 70+115+165=350 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20% from 350); Green value is 115 (45.31% from 255 or 32.86% from 350); Blue value is 165 (64.84% from 255 or 47.14% from 350); Max value from RGB is 165 - color contains mainly: blue. Hex color #4673A5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4673A5 is #B98C5A. Grayscale: #6B6B6B. Windows color (decimal): -12160091 or 10842950. OLE color: 10842950.

HSL color Cylindrical-coordinate representation of color #4673A5: hue angle of 211.58º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4673A5 is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 70 115 165 -
CMYK 0.58 0.30 0 0.35
HSL 211.58º 0.4% 0.46% -
HSV(B) 211.58º 0.58% 0.65% -
XYZ 15.45 16.28 37.93 -
YUV 107.25 160.59 101.43 -
System Red Green Blue C M Y K H S L
Decimal 70 115 165 0.58 0.30 0 0.35 211.58 0.4 0.46
Hex 46 73 A5 3A 1E 0 23 D4 28 2E
Octal 106 163 245 72 36 0 43 324 50 56
Binary 1000110 1110011 10100101 111010 11110 0 100011 11010100 101000 101110

Color Harmonies of #4673A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4673A5

Black with #4673A5

Text Example


Text Example

White with #4673A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4673A5; }

 p { color: rgb(70,115,165); }

 H1.HeaderClassName
 {
   color: #4673A5;
 }
 .AnyTagClassName
 {
   color: #4673A5;
 }
</style>

background-color css

<style>
 a { background-color: #4673A5; }

 a { background-color: rgb(70,115,165); }

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

border-color css

<style>
 span { border-color: #4673A5; }

 span { border-color: rgb(70,115,165); }

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