Html Css Color HEX #4058C1 Free Speech Blue

📋 copy color: '#4058C1'

red 64 ◦ green 88 ◦ blue 193

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

Shades of Free Speech Blue #4058C1

Tints of Free Speech Blue #4058C1

RGB

 RED value IS 64 (25.39% from 255) = 18.55%

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

 BLUE value IS 193 (75.78% from 255) = 55.94%

R = 18.55%
G = 25.51%
B = 55.94%

CMYK

 C value IS 0.67

 M value IS 0.54

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#4058C1 (or 0x4058C1) is known color: Free Speech Blue. HEX triplet: 40, 58 and C1. RGB value is (64,88,193). Sum of RGB (Red+Green+Blue) = 64+88+193=345 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.55% from 345); Green value is 88 (34.77% from 255 or 25.51% from 345); Blue value is 193 (75.78% from 255 or 55.94% from 345); Max value from RGB is 193 - color contains mainly: blue. Hex color #4058C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4058C1 is #BFA73E. Grayscale: #5C5C5C. Windows color (decimal): -12560191 or 12671040. OLE color: 12671040.

HSL color Cylindrical-coordinate representation of color #4058C1: hue angle of 228.84º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4058C1 is Cyan = 0.67, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 64 88 193 -
CMYK 0.67 0.54 0 0.24
HSL 228.84º 0.51% 0.5% -
HSV(B) 228.84º 0.67% 0.76% -
XYZ 15.23 11.92 51.95 -
YUV 92.79 184.55 107.46 -
System Red Green Blue C M Y K H S L
Decimal 64 88 193 0.67 0.54 0 0.24 228.84 0.51 0.5
Hex 40 58 C1 43 36 0 18 E5 33 32
Octal 100 130 301 103 66 0 30 345 63 62
Binary 1000000 1011000 11000001 1000011 110110 0 11000 11100101 110011 110010

Color Harmonies of #4058C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4058C1

Black with #4058C1

Text Example


Text Example

White with #4058C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4058C1; }

 p { color: rgb(64,88,193); }

 H1.HeaderClassName
 {
   color: #4058C1;
 }
 .AnyTagClassName
 {
   color: #4058C1;
 }
</style>

background-color css

<style>
 a { background-color: #4058C1; }

 a { background-color: rgb(64,88,193); }

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

border-color css

<style>
 span { border-color: #4058C1; }

 span { border-color: rgb(64,88,193); }

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