Html Css Color HEX #446FAB San Marino

📋 copy color: '#446FAB'

red 68 ◦ green 111 ◦ blue 171

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

Shades of San Marino #446FAB

Tints of San Marino #446FAB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.71%

 BLUE value IS 171 (67.19% from 255) = 48.86%

R = 19.43%
G = 31.71%
B = 48.86%

CMYK

 C value IS 0.60

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#446FAB (or 0x446FAB) is known color: San Marino. HEX triplet: 44, 6F and AB. RGB value is (68,111,171). Sum of RGB (Red+Green+Blue) = 68+111+171=350 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.43% from 350); Green value is 111 (43.75% from 255 or 31.71% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 171 - color contains mainly: blue. Hex color #446FAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446FAB is #BB9054. Grayscale: #686868. Windows color (decimal): -12292181 or 11235140. OLE color: 11235140.

HSL color Cylindrical-coordinate representation of color #446FAB: hue angle of 214.95º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #446FAB is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 68 111 171 -
CMYK 0.60 0.35 0 0.33
HSL 214.95º 0.43% 0.47% -
HSV(B) 214.95º 0.6% 0.67% -
XYZ 15.42 15.54 40.71 -
YUV 104.98 165.25 101.62 -
System Red Green Blue C M Y K H S L
Decimal 68 111 171 0.60 0.35 0 0.33 214.95 0.43 0.47
Hex 44 6F AB 3C 23 0 21 D7 2B 2F
Octal 104 157 253 74 43 0 41 327 53 57
Binary 1000100 1101111 10101011 111100 100011 0 100001 11010111 101011 101111

Color Harmonies of #446FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446FAB

Black with #446FAB

Text Example


Text Example

White with #446FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,111,171); }

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

background-color css

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

 a { background-color: rgb(68,111,171); }

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

border-color css

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

 span { border-color: rgb(68,111,171); }

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