Html Css Color HEX #4753CA Free Speech Blue

📋 copy color: '#4753CA'

red 71 ◦ green 83 ◦ blue 202

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

Shades of Free Speech Blue #4753CA

Tints of Free Speech Blue #4753CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 56.74%

R = 19.94%
G = 23.31%
B = 56.74%

CMYK

 C value IS 0.65

 M value IS 0.59

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4753CA (or 0x4753CA) is known color: Free Speech Blue. HEX triplet: 47, 53 and CA. RGB value is (71,83,202). Sum of RGB (Red+Green+Blue) = 71+83+202=356 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.94% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 202 (79.30% from 255 or 56.74% from 356); Max value from RGB is 202 - color contains mainly: blue. Hex color #4753CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4753CA is #B8AC35. Grayscale: #5C5C5C. Windows color (decimal): -12102710 or 13259591. OLE color: 13259591.

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

Color convert

RGB 71 83 202 -
CMYK 0.65 0.59 0 0.21
HSL 234.5º 0.55% 0.54% -
HSV(B) 234.5º 0.65% 0.79% -
XYZ 16.35 11.79 57.29 -
YUV 92.98 189.52 112.32 -
System Red Green Blue C M Y K H S L
Decimal 71 83 202 0.65 0.59 0 0.21 234.5 0.55 0.54
Hex 47 53 CA 41 3B 0 15 EB 37 36
Octal 107 123 312 101 73 0 25 353 67 66
Binary 1000111 1010011 11001010 1000001 111011 0 10101 11101011 110111 110110

Color Harmonies of #4753CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4753CA

Black with #4753CA

Text Example


Text Example

White with #4753CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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