#4255D4

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

Shades of Free Speech Blue #4255D4

Tints of Free Speech Blue #4255D4

Color information

#4255D4 (or 0x4255D4) is unknown color: approx Free Speech Blue. HEX triplet: 42, 55 and D4. RGB value is (66,85,212). Sum of RGB (Red+Green+Blue) = 66+85+212=363 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.18% from 363); Green value is 85 (33.59% from 255 or 23.42% from 363); Blue value is 212 (83.20% from 255 or 58.40% from 363); Max value from RGB is 212 - color contains mainly: blue. Hex color #4255D4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4255D4 is #BDAA2B. Grayscale: #5D5D5D. Windows color (decimal): -12429868 or 13915458. OLE color: 13915458.

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

Color convert

RGB6685212-
CMYK0.690.6000.17
HSL232.19º62.93%54.51%-
HSV(B)232.19º68.87%83.14%-
XYZ17.3812.4163.77-
YUV93.8194.71108.17-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.18%
GREEN value IS 85 (33.59% from 255) = 23.42%
BLUE value IS 212 (83.20% from 255) = 58.40%
R=18.18%
G=23.42%
B=58.40%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal66852120.690.6000.17232.1962.9354.51
Hex4255D4453C011e83f37
Octal102125324105740213507767
Binary1000010101010111010100100010111110001000111101000111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4255D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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