Html Css Color HEX #4752DD Free Speech Blue

📋 copy color: '#4752DD'

red 71 ◦ green 82 ◦ blue 221

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

Shades of Free Speech Blue #4752DD

Tints of Free Speech Blue #4752DD

RGB

 RED value IS 71 (28.13% from 255) = 18.98%

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

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

R = 18.98%
G = 21.93%
B = 59.09%

CMYK

 C value IS 0.68

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4752DD (or 0x4752DD) is known color: Free Speech Blue. HEX triplet: 47, 52 and DD. RGB value is (71,82,221). Sum of RGB (Red+Green+Blue) = 71+82+221=374 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.98% from 374); Green value is 82 (32.42% from 255 or 21.93% from 374); Blue value is 221 (86.72% from 255 or 59.09% from 374); Max value from RGB is 221 - color contains mainly: blue. Hex color #4752DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4752DD is #B8AD22. Grayscale: #5D5D5D. Windows color (decimal): -12102947 or 14504519. OLE color: 14504519.

HSL color Cylindrical-coordinate representation of color #4752DD: hue angle of 235.6º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4752DD is Cyan = 0.68, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 71 82 221 -
CMYK 0.68 0.63 0 0.13
HSL 235.6º 0.69% 0.57% -
HSV(B) 235.6º 0.68% 0.87% -
XYZ 18.67 12.59 69.85 -
YUV 94.56 199.36 111.2 -
System Red Green Blue C M Y K H S L
Decimal 71 82 221 0.68 0.63 0 0.13 235.6 0.69 0.57
Hex 47 52 DD 44 3F 0 D EC 45 39
Octal 107 122 335 104 77 0 15 354 105 71
Binary 1000111 1010010 11011101 1000100 111111 0 1101 11101100 1000101 111001

Color Harmonies of #4752DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4752DD

Black with #4752DD

Text Example


Text Example

White with #4752DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4752DD; }

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

 H1.HeaderClassName
 {
   color: #4752DD;
 }
 .AnyTagClassName
 {
   color: #4752DD;
 }
</style>

background-color css

<style>
 a { background-color: #4752DD; }

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

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

border-color css

<style>
 span { border-color: #4752DD; }

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

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