Html Css Color HEX #4B52DB Free Speech Blue

📋 copy color: '#4B52DB'

red 75 ◦ green 82 ◦ blue 219

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

Shades of Free Speech Blue #4B52DB

Tints of Free Speech Blue #4B52DB

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.81%

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

R = 19.95%
G = 21.81%
B = 58.24%

CMYK

 C value IS 0.66

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4B52DB (or 0x4B52DB) is known color: Free Speech Blue. HEX triplet: 4B, 52 and DB. RGB value is (75,82,219). Sum of RGB (Red+Green+Blue) = 75+82+219=376 (49% of max value = 765). Red value is 75 (29.69% from 255 or 19.95% from 376); Green value is 82 (32.42% from 255 or 21.81% from 376); Blue value is 219 (85.94% from 255 or 58.24% from 376); Max value from RGB is 219 - color contains mainly: blue. Hex color #4B52DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B52DB is #B4AD24. Grayscale: #5E5E5E. Windows color (decimal): -11840805 or 14373451. OLE color: 14373451.

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

Color convert

RGB 75 82 219 -
CMYK 0.66 0.63 0 0.14
HSL 237.08º 0.67% 0.58% -
HSV(B) 237.08º 0.66% 0.86% -
XYZ 18.71 12.64 68.47 -
YUV 95.53 197.68 113.36 -
System Red Green Blue C M Y K H S L
Decimal 75 82 219 0.66 0.63 0 0.14 237.08 0.67 0.58
Hex 4B 52 DB 42 3F 0 E ED 43 3A
Octal 113 122 333 102 77 0 16 355 103 72
Binary 1001011 1010010 11011011 1000010 111111 0 1110 11101101 1000011 111010

Color Harmonies of #4B52DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B52DB

Black with #4B52DB

Text Example


Text Example

White with #4B52DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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