Html Css Color HEX #4A58BC Free Speech Blue

📋 copy color: '#4A58BC'

red 74 ◦ green 88 ◦ blue 188

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

Shades of Free Speech Blue #4A58BC

Tints of Free Speech Blue #4A58BC

RGB

 RED value IS 74 (29.3% from 255) = 21.14%

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

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

R = 21.14%
G = 25.14%
B = 53.71%

CMYK

 C value IS 0.61

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4A58BC (or 0x4A58BC) is known color: Free Speech Blue. HEX triplet: 4A, 58 and BC. RGB value is (74,88,188). Sum of RGB (Red+Green+Blue) = 74+88+188=350 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.14% from 350); Green value is 88 (34.77% from 255 or 25.14% from 350); Blue value is 188 (73.83% from 255 or 53.71% from 350); Max value from RGB is 188 - color contains mainly: blue. Hex color #4A58BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A58BC is #B5A743. Grayscale: #5E5E5E. Windows color (decimal): -11904836 or 12343370. OLE color: 12343370.

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

Color convert

RGB 74 88 188 -
CMYK 0.61 0.53 0 0.26
HSL 232.63º 0.46% 0.51% -
HSV(B) 232.63º 0.61% 0.74% -
XYZ 15.39 12.07 49.09 -
YUV 95.21 180.36 112.87 -
System Red Green Blue C M Y K H S L
Decimal 74 88 188 0.61 0.53 0 0.26 232.63 0.46 0.51
Hex 4A 58 BC 3D 35 0 1A E9 2E 33
Octal 112 130 274 75 65 0 32 351 56 63
Binary 1001010 1011000 10111100 111101 110101 0 11010 11101001 101110 110011

Color Harmonies of #4A58BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A58BC

Black with #4A58BC

Text Example


Text Example

White with #4A58BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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