Html Css Color HEX #4440CE Free Speech Blue

📋 copy color: '#4440CE'

red 68 ◦ green 64 ◦ blue 206

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

Shades of Free Speech Blue #4440CE

Tints of Free Speech Blue #4440CE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.93%

 BLUE value IS 206 (80.86% from 255) = 60.95%

R = 20.12%
G = 18.93%
B = 60.95%

CMYK

 C value IS 0.67

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4440CE (or 0x4440CE) is known color: Free Speech Blue. HEX triplet: 44, 40 and CE. RGB value is (68,64,206). Sum of RGB (Red+Green+Blue) = 68+64+206=338 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.12% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 206 (80.86% from 255 or 60.95% from 338); Max value from RGB is 206 - color contains mainly: blue. Hex color #4440CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4440CE is #BBBF31. Grayscale: #505050. Windows color (decimal): -12304178 or 13516868. OLE color: 13516868.

HSL color Cylindrical-coordinate representation of color #4440CE: hue angle of 241.69º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4440CE is Cyan = 0.67, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 68 64 206 -
CMYK 0.67 0.69 0 0.19
HSL 241.69º 0.59% 0.53% -
HSV(B) 241.69º 0.69% 0.81% -
XYZ 15.36 9.35 59.39 -
YUV 81.38 198.33 118.45 -
System Red Green Blue C M Y K H S L
Decimal 68 64 206 0.67 0.69 0 0.19 241.69 0.59 0.53
Hex 44 40 CE 43 45 0 13 F2 3B 35
Octal 104 100 316 103 105 0 23 362 73 65
Binary 1000100 1000000 11001110 1000011 1000101 0 10011 11110010 111011 110101

Color Harmonies of #4440CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4440CE

Black with #4440CE

Text Example


Text Example

White with #4440CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4440CE; }

 p { color: rgb(68,64,206); }

 H1.HeaderClassName
 {
   color: #4440CE;
 }
 .AnyTagClassName
 {
   color: #4440CE;
 }
</style>

background-color css

<style>
 a { background-color: #4440CE; }

 a { background-color: rgb(68,64,206); }

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

border-color css

<style>
 span { border-color: #4440CE; }

 span { border-color: rgb(68,64,206); }

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