Html Css Color HEX #446C9D San Marino

📋 copy color: '#446C9D'

red 68 ◦ green 108 ◦ blue 157

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

Shades of San Marino #446C9D

Tints of San Marino #446C9D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.43%

 BLUE value IS 157 (61.72% from 255) = 47.15%

R = 20.42%
G = 32.43%
B = 47.15%

CMYK

 C value IS 0.57

 M value IS 0.31

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#446C9D (or 0x446C9D) is known color: San Marino. HEX triplet: 44, 6C and 9D. RGB value is (68,108,157). Sum of RGB (Red+Green+Blue) = 68+108+157=333 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.42% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 157 (61.72% from 255 or 47.15% from 333); Max value from RGB is 157 - color contains mainly: blue. Hex color #446C9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446C9D is #BB9362. Grayscale: #656565. Windows color (decimal): -12292963 or 10316868. OLE color: 10316868.

HSL color Cylindrical-coordinate representation of color #446C9D: hue angle of 213.03º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #446C9D is Cyan = 0.57, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 68 108 157 -
CMYK 0.57 0.31 0 0.38
HSL 213.03º 0.4% 0.44% -
HSV(B) 213.03º 0.57% 0.62% -
XYZ 13.83 14.39 33.95 -
YUV 101.63 159.25 104.02 -
System Red Green Blue C M Y K H S L
Decimal 68 108 157 0.57 0.31 0 0.38 213.03 0.4 0.44
Hex 44 6C 9D 39 1F 0 26 D5 28 2C
Octal 104 154 235 71 37 0 46 325 50 54
Binary 1000100 1101100 10011101 111001 11111 0 100110 11010101 101000 101100

Color Harmonies of #446C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446C9D

Black with #446C9D

Text Example


Text Example

White with #446C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446C9D; }

 p { color: rgb(68,108,157); }

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

background-color css

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

 a { background-color: rgb(68,108,157); }

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

border-color css

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

 span { border-color: rgb(68,108,157); }

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