Html Css Color HEX #4753CC Free Speech Blue

📋 copy color: '#4753CC'

red 71 ◦ green 83 ◦ blue 204

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

Shades of Free Speech Blue #4753CC

Tints of Free Speech Blue #4753CC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.18%

 BLUE value IS 204 (80.08% from 255) = 56.98%

R = 19.83%
G = 23.18%
B = 56.98%

CMYK

 C value IS 0.65

 M value IS 0.59

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4753CC (or 0x4753CC) is known color: Free Speech Blue. HEX triplet: 47, 53 and CC. RGB value is (71,83,204). Sum of RGB (Red+Green+Blue) = 71+83+204=358 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.83% from 358); Green value is 83 (32.81% from 255 or 23.18% from 358); Blue value is 204 (80.08% from 255 or 56.98% from 358); Max value from RGB is 204 - color contains mainly: blue. Hex color #4753CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4753CC is #B8AC33. Grayscale: #5C5C5C. Windows color (decimal): -12102708 or 13390663. OLE color: 13390663.

HSL color Cylindrical-coordinate representation of color #4753CC: hue angle of 234.59º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4753CC is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 71 83 204 -
CMYK 0.65 0.59 0 0.2
HSL 234.59º 0.57% 0.54% -
HSV(B) 234.59º 0.65% 0.8% -
XYZ 16.59 11.89 58.55 -
YUV 93.21 190.52 112.16 -
System Red Green Blue C M Y K H S L
Decimal 71 83 204 0.65 0.59 0 0.2 234.59 0.57 0.54
Hex 47 53 CC 41 3B 0 14 EB 39 36
Octal 107 123 314 101 73 0 24 353 71 66
Binary 1000111 1010011 11001100 1000001 111011 0 10100 11101011 111001 110110

Color Harmonies of #4753CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4753CC

Black with #4753CC

Text Example


Text Example

White with #4753CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4753CC; }

 p { color: rgb(71,83,204); }

 H1.HeaderClassName
 {
   color: #4753CC;
 }
 .AnyTagClassName
 {
   color: #4753CC;
 }
</style>

background-color css

<style>
 a { background-color: #4753CC; }

 a { background-color: rgb(71,83,204); }

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

border-color css

<style>
 span { border-color: #4753CC; }

 span { border-color: rgb(71,83,204); }

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