Html Css Color HEX #4755CA Free Speech Blue

📋 copy color: '#4755CA'

red 71 ◦ green 85 ◦ blue 202

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

Shades of Free Speech Blue #4755CA

Tints of Free Speech Blue #4755CA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.74%

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

R = 19.83%
G = 23.74%
B = 56.42%

CMYK

 C value IS 0.65

 M value IS 0.58

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4755CA (or 0x4755CA) is known color: Free Speech Blue. HEX triplet: 47, 55 and CA. RGB value is (71,85,202). Sum of RGB (Red+Green+Blue) = 71+85+202=358 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.83% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 202 (79.30% from 255 or 56.42% from 358); Max value from RGB is 202 - color contains mainly: blue. Hex color #4755CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4755CA is #B8AA35. Grayscale: #5D5D5D. Windows color (decimal): -12102198 or 13260103. OLE color: 13260103.

HSL color Cylindrical-coordinate representation of color #4755CA: hue angle of 233.59º 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 #4755CA is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 71 85 202 -
CMYK 0.65 0.58 0 0.21
HSL 233.59º 0.55% 0.54% -
HSV(B) 233.59º 0.65% 0.79% -
XYZ 16.51 12.1 57.34 -
YUV 94.15 188.86 111.49 -
System Red Green Blue C M Y K H S L
Decimal 71 85 202 0.65 0.58 0 0.21 233.59 0.55 0.54
Hex 47 55 CA 41 3A 0 15 EA 37 36
Octal 107 125 312 101 72 0 25 352 67 66
Binary 1000111 1010101 11001010 1000001 111010 0 10101 11101010 110111 110110

Color Harmonies of #4755CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4755CA

Black with #4755CA

Text Example


Text Example

White with #4755CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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