Html Css Color HEX #4F53DD Free Speech Blue

📋 copy color: '#4F53DD'

red 79 ◦ green 83 ◦ blue 221

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

Shades of Free Speech Blue #4F53DD

Tints of Free Speech Blue #4F53DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 57.7%

R = 20.63%
G = 21.67%
B = 57.7%

CMYK

 C value IS 0.64

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4F53DD (or 0x4F53DD) is known color: Free Speech Blue. HEX triplet: 4F, 53 and DD. RGB value is (79,83,221). Sum of RGB (Red+Green+Blue) = 79+83+221=383 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.63% from 383); Green value is 83 (32.81% from 255 or 21.67% from 383); Blue value is 221 (86.72% from 255 or 57.70% from 383); Max value from RGB is 221 - color contains mainly: blue. Hex color #4F53DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F53DD is #B0AC22. Grayscale: #606060. Windows color (decimal): -11578403 or 14504783. OLE color: 14504783.

HSL color Cylindrical-coordinate representation of color #4F53DD: hue angle of 238.31º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4F53DD is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 79 83 221 -
CMYK 0.64 0.62 0 0.13
HSL 238.31º 0.68% 0.59% -
HSV(B) 238.31º 0.64% 0.87% -
XYZ 19.37 13.07 69.91 -
YUV 97.54 197.67 114.78 -
System Red Green Blue C M Y K H S L
Decimal 79 83 221 0.64 0.62 0 0.13 238.31 0.68 0.59
Hex 4F 53 DD 40 3E 0 D EE 44 3B
Octal 117 123 335 100 76 0 15 356 104 73
Binary 1001111 1010011 11011101 1000000 111110 0 1101 11101110 1000100 111011

Color Harmonies of #4F53DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F53DD

Black with #4F53DD

Text Example


Text Example

White with #4F53DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,83,221); }

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

background-color css

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

 a { background-color: rgb(79,83,221); }

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

border-color css

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

 span { border-color: rgb(79,83,221); }

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