Html Css Color HEX #4852DF Free Speech Blue

📋 copy color: '#4852DF'

red 72 ◦ green 82 ◦ blue 223

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

Shades of Free Speech Blue #4852DF

Tints of Free Speech Blue #4852DF

RGB

 RED value IS 72 (28.52% from 255) = 19.1%

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

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

R = 19.1%
G = 21.75%
B = 59.15%

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

#4852DF (or 0x4852DF) is known color: Free Speech Blue. HEX triplet: 48, 52 and DF. RGB value is (72,82,223). Sum of RGB (Red+Green+Blue) = 72+82+223=377 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.10% from 377); Green value is 82 (32.42% from 255 or 21.75% from 377); Blue value is 223 (87.5% from 255 or 59.15% from 377); Max value from RGB is 223 - color contains mainly: blue. Hex color #4852DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4852DF is #B7AD20. Grayscale: #5E5E5E. Windows color (decimal): -12037409 or 14635592. OLE color: 14635592.

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

Color convert

RGB 72 82 223 -
CMYK 0.68 0.63 0 0.13
HSL 236.03º 0.7% 0.58% -
HSV(B) 236.03º 0.68% 0.87% -
XYZ 19.01 12.74 71.27 -
YUV 95.08 200.19 111.54 -
System Red Green Blue C M Y K H S L
Decimal 72 82 223 0.68 0.63 0 0.13 236.03 0.7 0.58
Hex 48 52 DF 44 3F 0 D EC 46 3A
Octal 110 122 337 104 77 0 15 354 106 72
Binary 1001000 1010010 11011111 1000100 111111 0 1101 11101100 1000110 111010

Color Harmonies of #4852DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4852DF

Black with #4852DF

Text Example


Text Example

White with #4852DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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