Html Css Color HEX #447299 San Marino

📋 copy color: '#447299'

red 68 ◦ green 114 ◦ blue 153

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

Shades of San Marino #447299

Tints of San Marino #447299

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.03%

 BLUE value IS 153 (60.16% from 255) = 45.67%

R = 20.3%
G = 34.03%
B = 45.67%

CMYK

 C value IS 0.56

 M value IS 0.25

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#447299 (or 0x447299) is known color: San Marino. HEX triplet: 44, 72 and 99. RGB value is (68,114,153). Sum of RGB (Red+Green+Blue) = 68+114+153=335 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.30% from 335); Green value is 114 (44.92% from 255 or 34.03% from 335); Blue value is 153 (60.16% from 255 or 45.67% from 335); Max value from RGB is 153 - color contains mainly: blue. Hex color #447299 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447299 is #BB8D66. Grayscale: #686868. Windows color (decimal): -12291431 or 10056260. OLE color: 10056260.

HSL color Cylindrical-coordinate representation of color #447299: hue angle of 207.53º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #447299 is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 68 114 153 -
CMYK 0.56 0.25 0 0.4
HSL 207.53º 0.38% 0.43% -
HSV(B) 207.53º 0.56% 0.6% -
XYZ 14.15 15.56 32.4 -
YUV 104.69 155.26 101.83 -
System Red Green Blue C M Y K H S L
Decimal 68 114 153 0.56 0.25 0 0.4 207.53 0.38 0.43
Hex 44 72 99 38 19 0 28 D0 26 2B
Octal 104 162 231 70 31 0 50 320 46 53
Binary 1000100 1110010 10011001 111000 11001 0 101000 11010000 100110 101011

Color Harmonies of #447299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447299

Black with #447299

Text Example


Text Example

White with #447299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447299; }

 p { color: rgb(68,114,153); }

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

background-color css

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

 a { background-color: rgb(68,114,153); }

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

border-color css

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

 span { border-color: rgb(68,114,153); }

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