#4B66CC

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

Shades of Free Speech Blue #4B66CC

Tints of Free Speech Blue #4B66CC

Color information

#4B66CC (or 0x4B66CC) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 66 and CC. RGB value is (75,102,204). Sum of RGB (Red+Green+Blue) = 75+102+204=381 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.69% from 381); Green value is 102 (40.23% from 255 or 26.77% from 381); Blue value is 204 (80.08% from 255 or 53.54% from 381); Max value from RGB is 204 - color contains mainly: blue. Hex color #4B66CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B66CC is #B49933. Grayscale: #696969. Windows color (decimal): -11835700 or 13395531. OLE color: 13395531.

HSL color Cylindrical-coordinate representation of color #4B66CC: hue angle of 227.44º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4B66CC is Cyan = 0.63, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB75102204-
CMYK0.630.500.2
HSL227.44º55.84%54.71%-
HSV(B)227.44º63.24%80%-
XYZ18.5515.3659.11-
YUV105.56183.55106.21-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.69%
GREEN value IS 102 (40.23% from 255) = 26.77%
BLUE value IS 204 (80.08% from 255) = 53.54%
R=19.69%
G=26.77%
B=53.54%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal751022040.630.500.2227.4455.8454.71
Hex4B66CC3F32014e33837
Octal11314631477620243437067
Binary100101111001101100110011111111001001010011100011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B66CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B66CC; }

 p { color: rgb(75,102,204); }

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

<style>
 a { background-color: #4B66CC; }

 a { background-color: rgb(75,102,204); }

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

<style>
 span { border-color: #4B66CC; }

 span { border-color: rgb(75,102,204); }

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