Html Css Color HEX #4464CF Free Speech Blue

📋 copy color: '#4464CF'

red 68 ◦ green 100 ◦ blue 207

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

Shades of Free Speech Blue #4464CF

Tints of Free Speech Blue #4464CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 55.2%

R = 18.13%
G = 26.67%
B = 55.2%

CMYK

 C value IS 0.67

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4464CF (or 0x4464CF) is known color: Free Speech Blue. HEX triplet: 44, 64 and CF. RGB value is (68,100,207). Sum of RGB (Red+Green+Blue) = 68+100+207=375 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.13% from 375); Green value is 100 (39.45% from 255 or 26.67% from 375); Blue value is 207 (81.25% from 255 or 55.2% from 375); Max value from RGB is 207 - color contains mainly: blue. Hex color #4464CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4464CF is #BB9B30. Grayscale: #666666. Windows color (decimal): -12294961 or 13591620. OLE color: 13591620.

HSL color Cylindrical-coordinate representation of color #4464CF: hue angle of 226.19º degrees, saturation: 0.59, 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 #4464CF is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 68 100 207 -
CMYK 0.67 0.52 0 0.19
HSL 226.19º 0.59% 0.54% -
HSV(B) 226.19º 0.67% 0.81% -
XYZ 18.2 14.85 60.94 -
YUV 102.63 186.9 103.3 -
System Red Green Blue C M Y K H S L
Decimal 68 100 207 0.67 0.52 0 0.19 226.19 0.59 0.54
Hex 44 64 CF 43 34 0 13 E2 3B 36
Octal 104 144 317 103 64 0 23 342 73 66
Binary 1000100 1100100 11001111 1000011 110100 0 10011 11100010 111011 110110

Color Harmonies of #4464CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4464CF

Black with #4464CF

Text Example


Text Example

White with #4464CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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