#4055D4

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

Shades of Free Speech Blue #4055D4

Tints of Free Speech Blue #4055D4

Color information

#4055D4 (or 0x4055D4) is unknown color: approx Free Speech Blue. HEX triplet: 40, 55 and D4. RGB value is (64,85,212). Sum of RGB (Red+Green+Blue) = 64+85+212=361 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.73% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 212 (83.20% from 255 or 58.73% from 361); Max value from RGB is 212 - color contains mainly: blue. Hex color #4055D4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4055D4 is #BFAA2B. Grayscale: #5C5C5C. Windows color (decimal): -12560940 or 13915456. OLE color: 13915456.

HSL color Cylindrical-coordinate representation of color #4055D4: hue angle of 231.49º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4055D4 is Cyan = 0.70, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB6485212-
CMYK0.700.6000.17
HSL231.49º63.25%54.12%-
HSV(B)231.49º69.81%83.14%-
XYZ17.2512.3463.76-
YUV93.2195.04107.17-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.73%
GREEN value IS 85 (33.59% from 255) = 23.55%
BLUE value IS 212 (83.20% from 255) = 58.73%
R=17.73%
G=23.55%
B=58.73%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal64852120.700.6000.17231.4963.2554.12
Hex4055D4463C011e73f36
Octal100125324106740213477766
Binary1000000101010111010100100011011110001000111100111111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4055D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4055D4; }

 p { color: rgb(64,85,212); }

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

<style>
 a { background-color: #4055D4; }

 a { background-color: rgb(64,85,212); }

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

<style>
 span { border-color: #4055D4; }

 span { border-color: rgb(64,85,212); }

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