#4B65BD

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

Shades of Free Speech Blue #4B65BD

Tints of Free Speech Blue #4B65BD

Color information

#4B65BD (or 0x4B65BD) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 65 and BD. RGB value is (75,101,189). Sum of RGB (Red+Green+Blue) = 75+101+189=365 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.55% from 365); Green value is 101 (39.84% from 255 or 27.67% from 365); Blue value is 189 (74.22% from 255 or 51.78% from 365); Max value from RGB is 189 - color contains mainly: blue. Hex color #4B65BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B65BD is #B49A42. Grayscale: #666666. Windows color (decimal): -11835971 or 12412235. OLE color: 12412235.

HSL color Cylindrical-coordinate representation of color #4B65BD: hue angle of 226.32º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4B65BD is Cyan = 0.60, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB75101189-
CMYK0.600.4700.26
HSL226.32º46.34%51.76%-
HSV(B)226.32º60.32%74.12%-
XYZ16.7414.4850.06-
YUV103.26176.39107.84-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.55%
GREEN value IS 101 (39.84% from 255) = 27.67%
BLUE value IS 189 (74.22% from 255) = 51.78%
R=20.55%
G=27.67%
B=51.78%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal751011890.600.4700.26226.3246.3451.76
Hex4B65BD3C2F01Ae22e34
Octal11314527574570323425664
Binary100101111001011011110111110010111101101011100010101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B65BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,101,189); }

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

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

 a { background-color: rgb(75,101,189); }

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

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

 span { border-color: rgb(75,101,189); }

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