Html Css Color HEX #4464CD Free Speech Blue

📋 copy color: '#4464CD'

red 68 ◦ green 100 ◦ blue 205

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

Shades of Free Speech Blue #4464CD

Tints of Free Speech Blue #4464CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 54.96%

R = 18.23%
G = 26.81%
B = 54.96%

CMYK

 C value IS 0.67

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4464CD (or 0x4464CD) is known color: Free Speech Blue. HEX triplet: 44, 64 and CD. RGB value is (68,100,205). Sum of RGB (Red+Green+Blue) = 68+100+205=373 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.23% from 373); Green value is 100 (39.45% from 255 or 26.81% from 373); Blue value is 205 (80.47% from 255 or 54.96% from 373); Max value from RGB is 205 - color contains mainly: blue. Hex color #4464CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4464CD is #BB9B32. Grayscale: #656565. Windows color (decimal): -12294963 or 13460548. OLE color: 13460548.

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

Color convert

RGB 68 100 205 -
CMYK 0.67 0.51 0 0.20
HSL 225.99º 0.58% 0.54% -
HSV(B) 225.99º 0.67% 0.8% -
XYZ 17.96 14.75 59.66 -
YUV 102.4 185.9 103.46 -
System Red Green Blue C M Y K H S L
Decimal 68 100 205 0.67 0.51 0 0.20 225.99 0.58 0.54
Hex 44 64 CD 43 33 0 14 E2 3A 36
Octal 104 144 315 103 63 0 24 342 72 66
Binary 1000100 1100100 11001101 1000011 110011 0 10100 11100010 111010 110110

Color Harmonies of #4464CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4464CD

Black with #4464CD

Text Example


Text Example

White with #4464CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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