#4158CC

Color #4158CC Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #4158CC

Tints of Free Speech Blue #4158CC

Color information

#4158CC (or 0x4158CC) is unknown color: approx Free Speech Blue. HEX triplet: 41, 58 and CC. RGB value is (65,88,204). Sum of RGB (Red+Green+Blue) = 65+88+204=357 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.21% from 357); Green value is 88 (34.77% from 255 or 24.65% from 357); Blue value is 204 (80.08% from 255 or 57.14% from 357); Max value from RGB is 204 - color contains mainly: blue. Hex color #4158CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4158CC is #BEA733. Grayscale: #5D5D5D. Windows color (decimal): -12494644 or 13391937. OLE color: 13391937.

HSL color Cylindrical-coordinate representation of color #4158CC: hue angle of 230.07º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4158CC is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB6588204-
CMYK0.680.5700.2
HSL230.07º57.68%52.75%-
HSV(B)230.07º68.14%80%-
XYZ16.5712.4658.66-
YUV94.35189.88107.07-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.21%
GREEN value IS 88 (34.77% from 255) = 24.65%
BLUE value IS 204 (80.08% from 255) = 57.14%
R=18.21%
G=24.65%
B=57.14%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal65882040.680.5700.2230.0757.6852.75
Hex4158CC4439014e63a35
Octal101130314104710243467265
Binary1000001101100011001100100010011100101010011100110111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4158CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4158CC; }

 p { color: rgb(65,88,204); }

 H1.HeaderClassName
 {
   color: #4158CC;
 }
 .AnyTagClassName
 {
   color: #4158CC;
 }
</style>
background-color css

<style>
 a { background-color: #4158CC; }

 a { background-color: rgb(65,88,204); }

 div.DivClassName
 {
   background-color: #4158CC;
 }
 .BgClassName
 {
   background-color: #4158CC;
 }
</style>
border-color css

<style>
 span { border-color: #4158CC; }

 span { border-color: rgb(65,88,204); }

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