Html Css Color HEX #4446C3 Free Speech Blue

📋 copy color: '#4446C3'

red 68 ◦ green 70 ◦ blue 195

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

Shades of Free Speech Blue #4446C3

Tints of Free Speech Blue #4446C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 58.56%

R = 20.42%
G = 21.02%
B = 58.56%

CMYK

 C value IS 0.65

 M value IS 0.64

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#4446C3 (or 0x4446C3) is known color: Free Speech Blue. HEX triplet: 44, 46 and C3. RGB value is (68,70,195). Sum of RGB (Red+Green+Blue) = 68+70+195=333 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.42% from 333); Green value is 70 (27.73% from 255 or 21.02% from 333); Blue value is 195 (76.56% from 255 or 58.56% from 333); Max value from RGB is 195 - color contains mainly: blue. Hex color #4446C3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4446C3 is #BBB93C. Grayscale: #535353. Windows color (decimal): -12302653 or 12797508. OLE color: 12797508.

HSL color Cylindrical-coordinate representation of color #4446C3: hue angle of 239.06º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4446C3 is Cyan = 0.65, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 68 70 195 -
CMYK 0.65 0.64 0 0.24
HSL 239.06º 0.51% 0.52% -
HSV(B) 239.06º 0.65% 0.76% -
XYZ 14.42 9.55 52.71 -
YUV 83.65 190.84 116.84 -
System Red Green Blue C M Y K H S L
Decimal 68 70 195 0.65 0.64 0 0.24 239.06 0.51 0.52
Hex 44 46 C3 41 40 0 18 EF 33 34
Octal 104 106 303 101 100 0 30 357 63 64
Binary 1000100 1000110 11000011 1000001 1000000 0 11000 11101111 110011 110100

Color Harmonies of #4446C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4446C3

Black with #4446C3

Text Example


Text Example

White with #4446C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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