Html Css Color HEX #4446B4 Free Speech Blue

📋 copy color: '#4446B4'

red 68 ◦ green 70 ◦ blue 180

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

Shades of Free Speech Blue #4446B4

Tints of Free Speech Blue #4446B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 56.6%

R = 21.38%
G = 22.01%
B = 56.6%

CMYK

 C value IS 0.62

 M value IS 0.61

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#4446B4 (or 0x4446B4) is known color: Free Speech Blue. HEX triplet: 44, 46 and B4. RGB value is (68,70,180). Sum of RGB (Red+Green+Blue) = 68+70+180=318 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.38% from 318); Green value is 70 (27.73% from 255 or 22.01% from 318); Blue value is 180 (70.70% from 255 or 56.60% from 318); Max value from RGB is 180 - color contains mainly: blue. Hex color #4446B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4446B4 is #BBB94B. Grayscale: #515151. Windows color (decimal): -12302668 or 11814468. OLE color: 11814468.

HSL color Cylindrical-coordinate representation of color #4446B4: hue angle of 238.93º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4446B4 is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 68 70 180 -
CMYK 0.62 0.61 0 0.29
HSL 238.93º 0.45% 0.49% -
HSV(B) 238.93º 0.62% 0.71% -
XYZ 12.81 8.9 44.22 -
YUV 81.94 183.34 118.06 -
System Red Green Blue C M Y K H S L
Decimal 68 70 180 0.62 0.61 0 0.29 238.93 0.45 0.49
Hex 44 46 B4 3E 3D 0 1D EF 2D 31
Octal 104 106 264 76 75 0 35 357 55 61
Binary 1000100 1000110 10110100 111110 111101 0 11101 11101111 101101 110001

Color Harmonies of #4446B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4446B4

Black with #4446B4

Text Example


Text Example

White with #4446B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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