Html Css Color HEX #4C55CA Free Speech Blue

📋 copy color: '#4C55CA'

red 76 ◦ green 85 ◦ blue 202

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

Shades of Free Speech Blue #4C55CA

Tints of Free Speech Blue #4C55CA

RGB

 RED value IS 76 (30.08% from 255) = 20.94%

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

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

R = 20.94%
G = 23.42%
B = 55.65%

CMYK

 C value IS 0.62

 M value IS 0.58

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4C55CA (or 0x4C55CA) is known color: Free Speech Blue. HEX triplet: 4C, 55 and CA. RGB value is (76,85,202). Sum of RGB (Red+Green+Blue) = 76+85+202=363 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.94% from 363); Green value is 85 (33.59% from 255 or 23.42% from 363); Blue value is 202 (79.30% from 255 or 55.65% from 363); Max value from RGB is 202 - color contains mainly: blue. Hex color #4C55CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C55CA is #B3AA35. Grayscale: #5F5F5F. Windows color (decimal): -11774518 or 13260108. OLE color: 13260108.

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

Color convert

RGB 76 85 202 -
CMYK 0.62 0.58 0 0.21
HSL 235.71º 0.54% 0.55% -
HSV(B) 235.71º 0.62% 0.79% -
XYZ 16.89 12.3 57.36 -
YUV 95.65 188.02 113.99 -
System Red Green Blue C M Y K H S L
Decimal 76 85 202 0.62 0.58 0 0.21 235.71 0.54 0.55
Hex 4C 55 CA 3E 3A 0 15 EC 36 37
Octal 114 125 312 76 72 0 25 354 66 67
Binary 1001100 1010101 11001010 111110 111010 0 10101 11101100 110110 110111

Color Harmonies of #4C55CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C55CA

Black with #4C55CA

Text Example


Text Example

White with #4C55CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C55CA; }

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

 H1.HeaderClassName
 {
   color: #4C55CA;
 }
 .AnyTagClassName
 {
   color: #4C55CA;
 }
</style>

background-color css

<style>
 a { background-color: #4C55CA; }

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

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

border-color css

<style>
 span { border-color: #4C55CA; }

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

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