Html Css Color HEX #4C53DB Free Speech Blue

📋 copy color: '#4C53DB'

red 76 ◦ green 83 ◦ blue 219

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

Shades of Free Speech Blue #4C53DB

Tints of Free Speech Blue #4C53DB

RGB

 RED value IS 76 (30.08% from 255) = 20.11%

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

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

R = 20.11%
G = 21.96%
B = 57.94%

CMYK

 C value IS 0.65

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4C53DB (or 0x4C53DB) is known color: Free Speech Blue. HEX triplet: 4C, 53 and DB. RGB value is (76,83,219). Sum of RGB (Red+Green+Blue) = 76+83+219=378 (50% of max value = 765). Red value is 76 (30.08% from 255 or 20.11% from 378); Green value is 83 (32.81% from 255 or 21.96% from 378); Blue value is 219 (85.94% from 255 or 57.94% from 378); Max value from RGB is 219 - color contains mainly: blue. Hex color #4C53DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C53DB is #B3AC24. Grayscale: #5F5F5F. Windows color (decimal): -11775013 or 14373708. OLE color: 14373708.

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

Color convert

RGB 76 83 219 -
CMYK 0.65 0.62 0 0.14
HSL 237.06º 0.67% 0.58% -
HSV(B) 237.06º 0.65% 0.86% -
XYZ 18.86 12.84 68.5 -
YUV 96.41 197.18 113.44 -
System Red Green Blue C M Y K H S L
Decimal 76 83 219 0.65 0.62 0 0.14 237.06 0.67 0.58
Hex 4C 53 DB 41 3E 0 E ED 43 3A
Octal 114 123 333 101 76 0 16 355 103 72
Binary 1001100 1010011 11011011 1000001 111110 0 1110 11101101 1000011 111010

Color Harmonies of #4C53DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C53DB

Black with #4C53DB

Text Example


Text Example

White with #4C53DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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