Html Css Color HEX #4B4DDB Free Speech Blue

📋 copy color: '#4B4DDB'

red 75 ◦ green 77 ◦ blue 219

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

Shades of Free Speech Blue #4B4DDB

Tints of Free Speech Blue #4B4DDB

RGB

 RED value IS 75 (29.69% from 255) = 20.22%

 GREEN value IS 77 (30.47% from 255) = 20.75%

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

R = 20.22%
G = 20.75%
B = 59.03%

CMYK

 C value IS 0.66

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4B4DDB (or 0x4B4DDB) is known color: Free Speech Blue. HEX triplet: 4B, 4D and DB. RGB value is (75,77,219). Sum of RGB (Red+Green+Blue) = 75+77+219=371 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.22% from 371); Green value is 77 (30.47% from 255 or 20.75% from 371); Blue value is 219 (85.94% from 255 or 59.03% from 371); Max value from RGB is 219 - color contains mainly: blue. Hex color #4B4DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B4DDB is #B4B224. Grayscale: #5C5C5C. Windows color (decimal): -11842085 or 14372171. OLE color: 14372171.

HSL color Cylindrical-coordinate representation of color #4B4DDB: hue angle of 239.17º 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 #4B4DDB is Cyan = 0.66, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 75 77 219 -
CMYK 0.66 0.65 0 0.14
HSL 239.17º 0.67% 0.58% -
HSV(B) 239.17º 0.66% 0.86% -
XYZ 18.34 11.92 68.35 -
YUV 92.59 199.34 115.45 -
System Red Green Blue C M Y K H S L
Decimal 75 77 219 0.66 0.65 0 0.14 239.17 0.67 0.58
Hex 4B 4D DB 42 41 0 E EF 43 3A
Octal 113 115 333 102 101 0 16 357 103 72
Binary 1001011 1001101 11011011 1000010 1000001 0 1110 11101111 1000011 111010

Color Harmonies of #4B4DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4DDB

Black with #4B4DDB

Text Example


Text Example

White with #4B4DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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