Html Css Color HEX #4F44DB Free Speech Blue

📋 copy color: '#4F44DB'

red 79 ◦ green 68 ◦ blue 219

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

Shades of Free Speech Blue #4F44DB

Tints of Free Speech Blue #4F44DB

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.58%

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

R = 21.58%
G = 18.58%
B = 59.84%

CMYK

 C value IS 0.64

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4F44DB (or 0x4F44DB) is known color: Free Speech Blue. HEX triplet: 4F, 44 and DB. RGB value is (79,68,219). Sum of RGB (Red+Green+Blue) = 79+68+219=366 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.58% from 366); Green value is 68 (26.95% from 255 or 18.58% from 366); Blue value is 219 (85.94% from 255 or 59.84% from 366); Max value from RGB is 219 - color contains mainly: blue. Hex color #4F44DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F44DB is #B0BB24. Grayscale: #575757. Windows color (decimal): -11582245 or 14369871. OLE color: 14369871.

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

Color convert

RGB 79 68 219 -
CMYK 0.64 0.69 0 0.14
HSL 244.37º 0.68% 0.56% -
HSV(B) 244.37º 0.69% 0.86% -
XYZ 18.08 10.91 68.17 -
YUV 88.5 201.64 121.22 -
System Red Green Blue C M Y K H S L
Decimal 79 68 219 0.64 0.69 0 0.14 244.37 0.68 0.56
Hex 4F 44 DB 40 45 0 E F4 44 38
Octal 117 104 333 100 105 0 16 364 104 70
Binary 1001111 1000100 11011011 1000000 1000101 0 1110 11110100 1000100 111000

Color Harmonies of #4F44DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F44DB

Black with #4F44DB

Text Example


Text Example

White with #4F44DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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