Html Css Color HEX #4464CE Free Speech Blue

📋 copy color: '#4464CE'

red 68 ◦ green 100 ◦ blue 206

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

Shades of Free Speech Blue #4464CE

Tints of Free Speech Blue #4464CE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.74%

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

R = 18.18%
G = 26.74%
B = 55.08%

CMYK

 C value IS 0.67

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4464CE (or 0x4464CE) is known color: Free Speech Blue. HEX triplet: 44, 64 and CE. RGB value is (68,100,206). Sum of RGB (Red+Green+Blue) = 68+100+206=374 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.18% from 374); Green value is 100 (39.45% from 255 or 26.74% from 374); Blue value is 206 (80.86% from 255 or 55.08% from 374); Max value from RGB is 206 - color contains mainly: blue. Hex color #4464CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4464CE is #BB9B31. Grayscale: #666666. Windows color (decimal): -12294962 or 13526084. OLE color: 13526084.

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

Color convert

RGB 68 100 206 -
CMYK 0.67 0.51 0 0.19
HSL 226.09º 0.58% 0.54% -
HSV(B) 226.09º 0.67% 0.81% -
XYZ 18.08 14.8 60.3 -
YUV 102.52 186.4 103.38 -
System Red Green Blue C M Y K H S L
Decimal 68 100 206 0.67 0.51 0 0.19 226.09 0.58 0.54
Hex 44 64 CE 43 33 0 13 E2 3A 36
Octal 104 144 316 103 63 0 23 342 72 66
Binary 1000100 1100100 11001110 1000011 110011 0 10011 11100010 111010 110110

Color Harmonies of #4464CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4464CE

Black with #4464CE

Text Example


Text Example

White with #4464CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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