Html Css Color HEX #4C58CA Free Speech Blue

📋 copy color: '#4C58CA'

red 76 ◦ green 88 ◦ blue 202

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

Shades of Free Speech Blue #4C58CA

Tints of Free Speech Blue #4C58CA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.04%

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

R = 20.77%
G = 24.04%
B = 55.19%

CMYK

 C value IS 0.62

 M value IS 0.56

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4C58CA (or 0x4C58CA) is known color: Free Speech Blue. HEX triplet: 4C, 58 and CA. RGB value is (76,88,202). Sum of RGB (Red+Green+Blue) = 76+88+202=366 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.77% from 366); Green value is 88 (34.77% from 255 or 24.04% from 366); Blue value is 202 (79.30% from 255 or 55.19% from 366); Max value from RGB is 202 - color contains mainly: blue. Hex color #4C58CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C58CA is #B3A735. Grayscale: #606060. Windows color (decimal): -11773750 or 13260876. OLE color: 13260876.

HSL color Cylindrical-coordinate representation of color #4C58CA: hue angle of 234.29º 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 #4C58CA is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 76 88 202 -
CMYK 0.62 0.56 0 0.21
HSL 234.29º 0.54% 0.55% -
HSV(B) 234.29º 0.62% 0.79% -
XYZ 17.13 12.78 57.44 -
YUV 97.41 187.02 112.73 -
System Red Green Blue C M Y K H S L
Decimal 76 88 202 0.62 0.56 0 0.21 234.29 0.54 0.55
Hex 4C 58 CA 3E 38 0 15 EA 36 37
Octal 114 130 312 76 70 0 25 352 66 67
Binary 1001100 1011000 11001010 111110 111000 0 10101 11101010 110110 110111

Color Harmonies of #4C58CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C58CA

Black with #4C58CA

Text Example


Text Example

White with #4C58CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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