Html Css Color HEX #4752DF Free Speech Blue

📋 copy color: '#4752DF'

red 71 ◦ green 82 ◦ blue 223

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

Shades of Free Speech Blue #4752DF

Tints of Free Speech Blue #4752DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 59.31%

R = 18.88%
G = 21.81%
B = 59.31%

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

#4752DF (or 0x4752DF) is known color: Free Speech Blue. HEX triplet: 47, 52 and DF. RGB value is (71,82,223). Sum of RGB (Red+Green+Blue) = 71+82+223=376 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.88% from 376); Green value is 82 (32.42% from 255 or 21.81% from 376); Blue value is 223 (87.5% from 255 or 59.31% from 376); Max value from RGB is 223 - color contains mainly: blue. Hex color #4752DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4752DF is #B8AD20. Grayscale: #5E5E5E. Windows color (decimal): -12102945 or 14635591. OLE color: 14635591.

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

Color convert

RGB 71 82 223 -
CMYK 0.68 0.63 0 0.13
HSL 235.66º 0.7% 0.58% -
HSV(B) 235.66º 0.68% 0.87% -
XYZ 18.94 12.7 71.27 -
YUV 94.79 200.36 111.04 -
System Red Green Blue C M Y K H S L
Decimal 71 82 223 0.68 0.63 0 0.13 235.66 0.7 0.58
Hex 47 52 DF 44 3F 0 D EC 46 3A
Octal 107 122 337 104 77 0 15 354 106 72
Binary 1000111 1010010 11011111 1000100 111111 0 1101 11101100 1000110 111010

Color Harmonies of #4752DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4752DF

Black with #4752DF

Text Example


Text Example

White with #4752DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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