Html Css Color HEX #4F64BE Free Speech Blue

📋 copy color: '#4F64BE'

red 79 ◦ green 100 ◦ blue 190

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

Shades of Free Speech Blue #4F64BE

Tints of Free Speech Blue #4F64BE

RGB

 RED value IS 79 (31.25% from 255) = 21.41%

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

 BLUE value IS 190 (74.61% from 255) = 51.49%

R = 21.41%
G = 27.1%
B = 51.49%

CMYK

 C value IS 0.58

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4F64BE (or 0x4F64BE) is known color: Free Speech Blue. HEX triplet: 4F, 64 and BE. RGB value is (79,100,190). Sum of RGB (Red+Green+Blue) = 79+100+190=369 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.41% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 190 (74.61% from 255 or 51.49% from 369); Max value from RGB is 190 - color contains mainly: blue. Hex color #4F64BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F64BE is #B09B41. Grayscale: #676767. Windows color (decimal): -11574082 or 12477519. OLE color: 12477519.

HSL color Cylindrical-coordinate representation of color #4F64BE: hue angle of 228.65º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F64BE is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 79 100 190 -
CMYK 0.58 0.47 0 0.25
HSL 228.65º 0.46% 0.53% -
HSV(B) 228.65º 0.58% 0.75% -
XYZ 17.08 14.49 50.61 -
YUV 103.98 176.54 110.18 -
System Red Green Blue C M Y K H S L
Decimal 79 100 190 0.58 0.47 0 0.25 228.65 0.46 0.53
Hex 4F 64 BE 3A 2F 0 19 E5 2E 35
Octal 117 144 276 72 57 0 31 345 56 65
Binary 1001111 1100100 10111110 111010 101111 0 11001 11100101 101110 110101

Color Harmonies of #4F64BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F64BE

Black with #4F64BE

Text Example


Text Example

White with #4F64BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F64BE; }

 p { color: rgb(79,100,190); }

 H1.HeaderClassName
 {
   color: #4F64BE;
 }
 .AnyTagClassName
 {
   color: #4F64BE;
 }
</style>

background-color css

<style>
 a { background-color: #4F64BE; }

 a { background-color: rgb(79,100,190); }

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

border-color css

<style>
 span { border-color: #4F64BE; }

 span { border-color: rgb(79,100,190); }

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