Html Css Color HEX #4B53DB Free Speech Blue

📋 copy color: '#4B53DB'

red 75 ◦ green 83 ◦ blue 219

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

Shades of Free Speech Blue #4B53DB

Tints of Free Speech Blue #4B53DB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.02%

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

R = 19.89%
G = 22.02%
B = 58.09%

CMYK

 C value IS 0.66

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4B53DB (or 0x4B53DB) is known color: Free Speech Blue. HEX triplet: 4B, 53 and DB. RGB value is (75,83,219). Sum of RGB (Red+Green+Blue) = 75+83+219=377 (49% of max value = 765). Red value is 75 (29.69% from 255 or 19.89% from 377); Green value is 83 (32.81% from 255 or 22.02% from 377); Blue value is 219 (85.94% from 255 or 58.09% from 377); Max value from RGB is 219 - color contains mainly: blue. Hex color #4B53DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B53DB is #B4AC24. Grayscale: #5F5F5F. Windows color (decimal): -11840549 or 14373707. OLE color: 14373707.

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

Color convert

RGB 75 83 219 -
CMYK 0.66 0.62 0 0.14
HSL 236.67º 0.67% 0.58% -
HSV(B) 236.67º 0.66% 0.86% -
XYZ 18.78 12.8 68.5 -
YUV 96.11 197.35 112.94 -
System Red Green Blue C M Y K H S L
Decimal 75 83 219 0.66 0.62 0 0.14 236.67 0.67 0.58
Hex 4B 53 DB 42 3E 0 E ED 43 3A
Octal 113 123 333 102 76 0 16 355 103 72
Binary 1001011 1010011 11011011 1000010 111110 0 1110 11101101 1000011 111010

Color Harmonies of #4B53DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B53DB

Black with #4B53DB

Text Example


Text Example

White with #4B53DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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