Html Css Color HEX #4C58BC Free Speech Blue

📋 copy color: '#4C58BC'

red 76 ◦ green 88 ◦ blue 188

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

Shades of Free Speech Blue #4C58BC

Tints of Free Speech Blue #4C58BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 53.41%

R = 21.59%
G = 25%
B = 53.41%

CMYK

 C value IS 0.60

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4C58BC (or 0x4C58BC) is known color: Free Speech Blue. HEX triplet: 4C, 58 and BC. RGB value is (76,88,188). Sum of RGB (Red+Green+Blue) = 76+88+188=352 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.59% from 352); Green value is 88 (34.77% from 255 or 25% from 352); Blue value is 188 (73.83% from 255 or 53.41% from 352); Max value from RGB is 188 - color contains mainly: blue. Hex color #4C58BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C58BC is #B3A743. Grayscale: #5F5F5F. Windows color (decimal): -11773764 or 12343372. OLE color: 12343372.

HSL color Cylindrical-coordinate representation of color #4C58BC: hue angle of 233.57º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4C58BC is Cyan = 0.60, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 76 88 188 -
CMYK 0.60 0.53 0 0.26
HSL 233.57º 0.46% 0.52% -
HSV(B) 233.57º 0.6% 0.74% -
XYZ 15.55 12.15 49.1 -
YUV 95.81 180.02 113.87 -
System Red Green Blue C M Y K H S L
Decimal 76 88 188 0.60 0.53 0 0.26 233.57 0.46 0.52
Hex 4C 58 BC 3C 35 0 1A EA 2E 34
Octal 114 130 274 74 65 0 32 352 56 64
Binary 1001100 1011000 10111100 111100 110101 0 11010 11101010 101110 110100

Color Harmonies of #4C58BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C58BC

Black with #4C58BC

Text Example


Text Example

White with #4C58BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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