Html Css Color HEX #4446BB Free Speech Blue

📋 copy color: '#4446BB'

red 68 ◦ green 70 ◦ blue 187

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

Shades of Free Speech Blue #4446BB

Tints of Free Speech Blue #4446BB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.54%

 BLUE value IS 187 (73.44% from 255) = 57.54%

R = 20.92%
G = 21.54%
B = 57.54%

CMYK

 C value IS 0.64

 M value IS 0.63

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4446BB (or 0x4446BB) is known color: Free Speech Blue. HEX triplet: 44, 46 and BB. RGB value is (68,70,187). Sum of RGB (Red+Green+Blue) = 68+70+187=325 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.92% from 325); Green value is 70 (27.73% from 255 or 21.54% from 325); Blue value is 187 (73.44% from 255 or 57.54% from 325); Max value from RGB is 187 - color contains mainly: blue. Hex color #4446BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4446BB is #BBB944. Grayscale: #525252. Windows color (decimal): -12302661 or 12273220. OLE color: 12273220.

HSL color Cylindrical-coordinate representation of color #4446BB: hue angle of 238.99º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4446BB is Cyan = 0.64, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 68 70 187 -
CMYK 0.64 0.63 0 0.27
HSL 238.99º 0.47% 0.5% -
HSV(B) 238.99º 0.64% 0.73% -
XYZ 13.54 9.2 48.08 -
YUV 82.74 186.84 117.49 -
System Red Green Blue C M Y K H S L
Decimal 68 70 187 0.64 0.63 0 0.27 238.99 0.47 0.5
Hex 44 46 BB 40 3F 0 1B EF 2F 32
Octal 104 106 273 100 77 0 33 357 57 62
Binary 1000100 1000110 10111011 1000000 111111 0 11011 11101111 101111 110010

Color Harmonies of #4446BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4446BB

Black with #4446BB

Text Example


Text Example

White with #4446BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4446BB; }

 p { color: rgb(68,70,187); }

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

background-color css

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

 a { background-color: rgb(68,70,187); }

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

border-color css

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

 span { border-color: rgb(68,70,187); }

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