Html Css Color HEX #4752D0 Free Speech Blue

📋 copy color: '#4752D0'

red 71 ◦ green 82 ◦ blue 208

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

Shades of Free Speech Blue #4752D0

Tints of Free Speech Blue #4752D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 57.62%

R = 19.67%
G = 22.71%
B = 57.62%

CMYK

 C value IS 0.66

 M value IS 0.61

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#4752D0 (or 0x4752D0) is known color: Free Speech Blue. HEX triplet: 47, 52 and D0. RGB value is (71,82,208). Sum of RGB (Red+Green+Blue) = 71+82+208=361 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.67% from 361); Green value is 82 (32.42% from 255 or 22.71% from 361); Blue value is 208 (81.64% from 255 or 57.62% from 361); Max value from RGB is 208 - color contains mainly: blue. Hex color #4752D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4752D0 is #B8AD2F. Grayscale: #5C5C5C. Windows color (decimal): -12102960 or 13652551. OLE color: 13652551.

HSL color Cylindrical-coordinate representation of color #4752D0: hue angle of 235.18º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4752D0 is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 71 82 208 -
CMYK 0.66 0.61 0 0.18
HSL 235.18º 0.59% 0.55% -
HSV(B) 235.18º 0.66% 0.82% -
XYZ 17 11.93 61.08 -
YUV 93.08 192.86 112.25 -
System Red Green Blue C M Y K H S L
Decimal 71 82 208 0.66 0.61 0 0.18 235.18 0.59 0.55
Hex 47 52 D0 42 3D 0 12 EB 3B 37
Octal 107 122 320 102 75 0 22 353 73 67
Binary 1000111 1010010 11010000 1000010 111101 0 10010 11101011 111011 110111

Color Harmonies of #4752D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4752D0

Black with #4752D0

Text Example


Text Example

White with #4752D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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