Html Css Color HEX #4864CE Free Speech Blue

📋 copy color: '#4864CE'

red 72 ◦ green 100 ◦ blue 206

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

Shades of Free Speech Blue #4864CE

Tints of Free Speech Blue #4864CE

RGB

 RED value IS 72 (28.52% from 255) = 19.05%

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

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

R = 19.05%
G = 26.46%
B = 54.5%

CMYK

 C value IS 0.65

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4864CE (or 0x4864CE) is known color: Free Speech Blue. HEX triplet: 48, 64 and CE. RGB value is (72,100,206). Sum of RGB (Red+Green+Blue) = 72+100+206=378 (50% of max value = 765). Red value is 72 (28.52% from 255 or 19.05% from 378); Green value is 100 (39.45% from 255 or 26.46% from 378); Blue value is 206 (80.86% from 255 or 54.50% from 378); Max value from RGB is 206 - color contains mainly: blue. Hex color #4864CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4864CE is #B79B31. Grayscale: #676767. Windows color (decimal): -12032818 or 13526088. OLE color: 13526088.

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

Color convert

RGB 72 100 206 -
CMYK 0.65 0.51 0 0.19
HSL 227.46º 0.58% 0.55% -
HSV(B) 227.46º 0.65% 0.81% -
XYZ 18.37 14.95 60.31 -
YUV 103.71 185.72 105.38 -
System Red Green Blue C M Y K H S L
Decimal 72 100 206 0.65 0.51 0 0.19 227.46 0.58 0.55
Hex 48 64 CE 41 33 0 13 E3 3A 37
Octal 110 144 316 101 63 0 23 343 72 67
Binary 1001000 1100100 11001110 1000001 110011 0 10011 11100011 111010 110111

Color Harmonies of #4864CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4864CE

Black with #4864CE

Text Example


Text Example

White with #4864CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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