Html Css Color HEX #4F5DBF Free Speech Blue

📋 copy color: '#4F5DBF'

red 79 ◦ green 93 ◦ blue 191

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

Shades of Free Speech Blue #4F5DBF

Tints of Free Speech Blue #4F5DBF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.62%

 BLUE value IS 191 (75% from 255) = 52.62%

R = 21.76%
G = 25.62%
B = 52.62%

CMYK

 C value IS 0.59

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4F5DBF (or 0x4F5DBF) is known color: Free Speech Blue. HEX triplet: 4F, 5D and BF. RGB value is (79,93,191). Sum of RGB (Red+Green+Blue) = 79+93+191=363 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.76% from 363); Green value is 93 (36.72% from 255 or 25.62% from 363); Blue value is 191 (75% from 255 or 52.62% from 363); Max value from RGB is 191 - color contains mainly: blue. Hex color #4F5DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F5DBF is #B0A240. Grayscale: #636363. Windows color (decimal): -11575873 or 12541263. OLE color: 12541263.

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

Color convert

RGB 79 93 191 -
CMYK 0.59 0.51 0 0.25
HSL 232.5º 0.47% 0.53% -
HSV(B) 232.5º 0.59% 0.75% -
XYZ 16.54 13.25 50.98 -
YUV 99.99 179.36 113.03 -
System Red Green Blue C M Y K H S L
Decimal 79 93 191 0.59 0.51 0 0.25 232.5 0.47 0.53
Hex 4F 5D BF 3B 33 0 19 E8 2F 35
Octal 117 135 277 73 63 0 31 350 57 65
Binary 1001111 1011101 10111111 111011 110011 0 11001 11101000 101111 110101

Color Harmonies of #4F5DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5DBF

Black with #4F5DBF

Text Example


Text Example

White with #4F5DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,93,191); }

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

background-color css

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

 a { background-color: rgb(79,93,191); }

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

border-color css

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

 span { border-color: rgb(79,93,191); }

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