Html Css Color HEX #4F52DD Free Speech Blue

📋 copy color: '#4F52DD'

red 79 ◦ green 82 ◦ blue 221

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

Shades of Free Speech Blue #4F52DD

Tints of Free Speech Blue #4F52DD

RGB

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

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

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

R = 20.68%
G = 21.47%
B = 57.85%

CMYK

 C value IS 0.64

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4F52DD (or 0x4F52DD) is known color: Free Speech Blue. HEX triplet: 4F, 52 and DD. RGB value is (79,82,221). Sum of RGB (Red+Green+Blue) = 79+82+221=382 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.68% from 382); Green value is 82 (32.42% from 255 or 21.47% from 382); Blue value is 221 (86.72% from 255 or 57.85% from 382); Max value from RGB is 221 - color contains mainly: blue. Hex color #4F52DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F52DD is #B0AD22. Grayscale: #606060. Windows color (decimal): -11578659 or 14504527. OLE color: 14504527.

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

Color convert

RGB 79 82 221 -
CMYK 0.64 0.63 0 0.13
HSL 238.73º 0.68% 0.59% -
HSV(B) 238.73º 0.64% 0.87% -
XYZ 19.29 12.92 69.88 -
YUV 96.95 198.01 115.2 -
System Red Green Blue C M Y K H S L
Decimal 79 82 221 0.64 0.63 0 0.13 238.73 0.68 0.59
Hex 4F 52 DD 40 3F 0 D EF 44 3B
Octal 117 122 335 100 77 0 15 357 104 73
Binary 1001111 1010010 11011101 1000000 111111 0 1101 11101111 1000100 111011

Color Harmonies of #4F52DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F52DD

Black with #4F52DD

Text Example


Text Example

White with #4F52DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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