Html Css Color HEX #4464CB Free Speech Blue

📋 copy color: '#4464CB'

red 68 ◦ green 100 ◦ blue 203

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

Shades of Free Speech Blue #4464CB

Tints of Free Speech Blue #4464CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 54.72%

R = 18.33%
G = 26.95%
B = 54.72%

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

#4464CB (or 0x4464CB) is known color: Free Speech Blue. HEX triplet: 44, 64 and CB. RGB value is (68,100,203). Sum of RGB (Red+Green+Blue) = 68+100+203=371 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.33% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 203 (79.69% from 255 or 54.72% from 371); Max value from RGB is 203 - color contains mainly: blue. Hex color #4464CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4464CB is #BB9B34. Grayscale: #656565. Windows color (decimal): -12294965 or 13329476. OLE color: 13329476.

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

Color convert

RGB 68 100 203 -
CMYK 0.67 0.51 0 0.20
HSL 225.78º 0.56% 0.53% -
HSV(B) 225.78º 0.67% 0.8% -
XYZ 17.72 14.66 58.39 -
YUV 102.17 184.9 103.62 -
System Red Green Blue C M Y K H S L
Decimal 68 100 203 0.67 0.51 0 0.20 225.78 0.56 0.53
Hex 44 64 CB 43 33 0 14 E2 38 35
Octal 104 144 313 103 63 0 24 342 70 65
Binary 1000100 1100100 11001011 1000011 110011 0 10100 11100010 111000 110101

Color Harmonies of #4464CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4464CB

Black with #4464CB

Text Example


Text Example

White with #4464CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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