Html Css Color HEX #4446DE Free Speech Blue

📋 copy color: '#4446DE'

red 68 ◦ green 70 ◦ blue 222

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

Shades of Free Speech Blue #4446DE

Tints of Free Speech Blue #4446DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 61.67%

R = 18.89%
G = 19.44%
B = 61.67%

CMYK

 C value IS 0.69

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4446DE (or 0x4446DE) is known color: Free Speech Blue. HEX triplet: 44, 46 and DE. RGB value is (68,70,222). Sum of RGB (Red+Green+Blue) = 68+70+222=360 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.89% from 360); Green value is 70 (27.73% from 255 or 19.44% from 360); Blue value is 222 (87.11% from 255 or 61.67% from 360); Max value from RGB is 222 - color contains mainly: blue. Hex color #4446DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4446DE is #BBB921. Grayscale: #565656. Windows color (decimal): -12302626 or 14566980. OLE color: 14566980.

HSL color Cylindrical-coordinate representation of color #4446DE: hue angle of 239.22º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4446DE is Cyan = 0.69, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 68 70 222 -
CMYK 0.69 0.68 0 0.13
HSL 239.22º 0.7% 0.57% -
HSV(B) 239.22º 0.69% 0.87% -
XYZ 17.76 10.88 70.27 -
YUV 86.73 204.34 114.64 -
System Red Green Blue C M Y K H S L
Decimal 68 70 222 0.69 0.68 0 0.13 239.22 0.7 0.57
Hex 44 46 DE 45 44 0 D EF 46 39
Octal 104 106 336 105 104 0 15 357 106 71
Binary 1000100 1000110 11011110 1000101 1000100 0 1101 11101111 1000110 111001

Color Harmonies of #4446DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4446DE

Black with #4446DE

Text Example


Text Example

White with #4446DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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