Html Css Color HEX #44749C San Marino

📋 copy color: '#44749C'

red 68 ◦ green 116 ◦ blue 156

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

Shades of San Marino #44749C

Tints of San Marino #44749C

RGB

 RED value IS 68 (26.95% from 255) = 20%

 GREEN value IS 116 (45.7% from 255) = 34.12%

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

R = 20%
G = 34.12%
B = 45.88%

CMYK

 C value IS 0.56

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#44749C (or 0x44749C) is known color: San Marino. HEX triplet: 44, 74 and 9C. RGB value is (68,116,156). Sum of RGB (Red+Green+Blue) = 68+116+156=340 (45% of max value = 765). Red value is 68 (26.95% from 255 or 20% from 340); Green value is 116 (45.70% from 255 or 34.12% from 340); Blue value is 156 (61.33% from 255 or 45.88% from 340); Max value from RGB is 156 - color contains mainly: blue. Hex color #44749C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44749C is #BB8B63. Grayscale: #6A6A6A. Windows color (decimal): -12290916 or 10253380. OLE color: 10253380.

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

Color convert

RGB 68 116 156 -
CMYK 0.56 0.26 0 0.39
HSL 207.27º 0.39% 0.44% -
HSV(B) 207.27º 0.56% 0.61% -
XYZ 14.63 16.12 33.79 -
YUV 106.21 156.1 100.75 -
System Red Green Blue C M Y K H S L
Decimal 68 116 156 0.56 0.26 0 0.39 207.27 0.39 0.44
Hex 44 74 9C 38 1A 0 27 CF 27 2C
Octal 104 164 234 70 32 0 47 317 47 54
Binary 1000100 1110100 10011100 111000 11010 0 100111 11001111 100111 101100

Color Harmonies of #44749C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44749C

Black with #44749C

Text Example


Text Example

White with #44749C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,116,156); }

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

background-color css

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

 a { background-color: rgb(68,116,156); }

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

border-color css

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

 span { border-color: rgb(68,116,156); }

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