Html Css Color HEX #4F4BDB Free Speech Blue

📋 copy color: '#4F4BDB'

red 79 ◦ green 75 ◦ blue 219

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

Shades of Free Speech Blue #4F4BDB

Tints of Free Speech Blue #4F4BDB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.11%

 BLUE value IS 219 (85.94% from 255) = 58.71%

R = 21.18%
G = 20.11%
B = 58.71%

CMYK

 C value IS 0.64

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4F4BDB (or 0x4F4BDB) is known color: Free Speech Blue. HEX triplet: 4F, 4B and DB. RGB value is (79,75,219). Sum of RGB (Red+Green+Blue) = 79+75+219=373 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.18% from 373); Green value is 75 (29.69% from 255 or 20.11% from 373); Blue value is 219 (85.94% from 255 or 58.71% from 373); Max value from RGB is 219 - color contains mainly: blue. Hex color #4F4BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F4BDB is #B0B424. Grayscale: #5C5C5C. Windows color (decimal): -11580453 or 14371663. OLE color: 14371663.

HSL color Cylindrical-coordinate representation of color #4F4BDB: hue angle of 241.67º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4F4BDB is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 79 75 219 -
CMYK 0.64 0.66 0 0.14
HSL 241.67º 0.67% 0.58% -
HSV(B) 241.67º 0.66% 0.86% -
XYZ 18.53 11.81 68.32 -
YUV 92.61 199.33 118.29 -
System Red Green Blue C M Y K H S L
Decimal 79 75 219 0.64 0.66 0 0.14 241.67 0.67 0.58
Hex 4F 4B DB 40 42 0 E F2 43 3A
Octal 117 113 333 100 102 0 16 362 103 72
Binary 1001111 1001011 11011011 1000000 1000010 0 1110 11110010 1000011 111010

Color Harmonies of #4F4BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4BDB

Black with #4F4BDB

Text Example


Text Example

White with #4F4BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,75,219); }

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

background-color css

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

 a { background-color: rgb(79,75,219); }

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

border-color css

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

 span { border-color: rgb(79,75,219); }

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