#4768C9

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

Shades of Free Speech Blue #4768C9

Tints of Free Speech Blue #4768C9

Color information

#4768C9 (or 0x4768C9) is unknown color: approx Free Speech Blue. HEX triplet: 47, 68 and C9. RGB value is (71,104,201). Sum of RGB (Red+Green+Blue) = 71+104+201=376 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.88% from 376); Green value is 104 (41.02% from 255 or 27.66% from 376); Blue value is 201 (78.91% from 255 or 53.46% from 376); Max value from RGB is 201 - color contains mainly: blue. Hex color #4768C9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4768C9 is #B89736. Grayscale: #686868. Windows color (decimal): -12097335 or 13199431. OLE color: 13199431.

HSL color Cylindrical-coordinate representation of color #4768C9: hue angle of 224.77º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4768C9 is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB71104201-
CMYK0.650.4800.21
HSL224.77º54.62%53.33%-
HSV(B)224.77º64.68%78.82%-
XYZ18.0915.4657.29-
YUV105.19182.07103.61-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.88%
GREEN value IS 104 (41.02% from 255) = 27.66%
BLUE value IS 201 (78.91% from 255) = 53.46%
R=18.88%
G=27.66%
B=53.46%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal711042010.650.4800.21224.7754.6253.33
Hex4768C94130015e13735
Octal107150311101600253416765
Binary1000111110100011001001100000111000001010111100001110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4768C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4768C9; }

 p { color: rgb(71,104,201); }

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

<style>
 a { background-color: #4768C9; }

 a { background-color: rgb(71,104,201); }

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

<style>
 span { border-color: #4768C9; }

 span { border-color: rgb(71,104,201); }

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