#4748CB

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

Shades of Free Speech Blue #4748CB

Tints of Free Speech Blue #4748CB

Color information

#4748CB (or 0x4748CB) is unknown color: approx Free Speech Blue. HEX triplet: 47, 48 and CB. RGB value is (71,72,203). Sum of RGB (Red+Green+Blue) = 71+72+203=346 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.52% from 346); Green value is 72 (28.52% from 255 or 20.81% from 346); Blue value is 203 (79.69% from 255 or 58.67% from 346); Max value from RGB is 203 - color contains mainly: blue. Hex color #4748CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4748CB is #B8B734. Grayscale: #565656. Windows color (decimal): -12105525 or 13322311. OLE color: 13322311.

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

Color convert

RGB7172203-
CMYK0.650.6500.20
HSL239.55º55.93%53.73%-
HSV(B)239.55º65.02%79.61%-
XYZ15.710.2957.66-
YUV86.64193.67116.85-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.52%
GREEN value IS 72 (28.52% from 255) = 20.81%
BLUE value IS 203 (79.69% from 255) = 58.67%
R=20.52%
G=20.81%
B=58.67%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal71722030.650.6500.20239.5555.9353.73
Hex4748CB4141014f03836
Octal1071103131011010243607066
Binary10001111001000110010111000001100000101010011110000111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4748CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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