#4745CB

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

Shades of Free Speech Blue #4745CB

Tints of Free Speech Blue #4745CB

Color information

#4745CB (or 0x4745CB) is unknown color: approx Free Speech Blue. HEX triplet: 47, 45 and CB. RGB value is (71,69,203). Sum of RGB (Red+Green+Blue) = 71+69+203=343 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.70% from 343); Green value is 69 (27.34% from 255 or 20.12% from 343); Blue value is 203 (79.69% from 255 or 59.18% from 343); Max value from RGB is 203 - color contains mainly: blue. Hex color #4745CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4745CB is #B8BA34. Grayscale: #545454. Windows color (decimal): -12106293 or 13321543. OLE color: 13321543.

HSL color Cylindrical-coordinate representation of color #4745CB: hue angle of 240.9º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4745CB is Cyan = 0.65, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB7169203-
CMYK0.650.6600.20
HSL240.9º56.3%53.33%-
HSV(B)240.9º66.01%79.61%-
XYZ15.519.9157.6-
YUV84.87194.66118.1-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.70%
GREEN value IS 69 (27.34% from 255) = 20.12%
BLUE value IS 203 (79.69% from 255) = 59.18%
R=20.70%
G=20.12%
B=59.18%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal71692030.650.6600.20240.956.353.33
Hex4745CB4142014f13835
Octal1071053131011020243617065
Binary10001111000101110010111000001100001001010011110001111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4745CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4745CB; }

 p { color: rgb(71,69,203); }

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

<style>
 a { background-color: #4745CB; }

 a { background-color: rgb(71,69,203); }

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

<style>
 span { border-color: #4745CB; }

 span { border-color: rgb(71,69,203); }

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