Html Css Color HEX #4864CF Free Speech Blue

📋 copy color: '#4864CF'

red 72 ◦ green 100 ◦ blue 207

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

Shades of Free Speech Blue #4864CF

Tints of Free Speech Blue #4864CF

RGB

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

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

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

R = 19%
G = 26.39%
B = 54.62%

CMYK

 C value IS 0.65

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4864CF (or 0x4864CF) is known color: Free Speech Blue. HEX triplet: 48, 64 and CF. RGB value is (72,100,207). Sum of RGB (Red+Green+Blue) = 72+100+207=379 (50% of max value = 765). Red value is 72 (28.52% from 255 or 19.00% from 379); Green value is 100 (39.45% from 255 or 26.39% from 379); Blue value is 207 (81.25% from 255 or 54.62% from 379); Max value from RGB is 207 - color contains mainly: blue. Hex color #4864CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4864CF is #B79B30. Grayscale: #676767. Windows color (decimal): -12032817 or 13591624. OLE color: 13591624.

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

Color convert

RGB 72 100 207 -
CMYK 0.65 0.52 0 0.19
HSL 227.56º 0.58% 0.55% -
HSV(B) 227.56º 0.65% 0.81% -
XYZ 18.49 15 60.95 -
YUV 103.83 186.22 105.3 -
System Red Green Blue C M Y K H S L
Decimal 72 100 207 0.65 0.52 0 0.19 227.56 0.58 0.55
Hex 48 64 CF 41 34 0 13 E4 3A 37
Octal 110 144 317 101 64 0 23 344 72 67
Binary 1001000 1100100 11001111 1000001 110100 0 10011 11100100 111010 110111

Color Harmonies of #4864CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4864CF

Black with #4864CF

Text Example


Text Example

White with #4864CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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