#4B65C9

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

Shades of Free Speech Blue #4B65C9

Tints of Free Speech Blue #4B65C9

Color information

#4B65C9 (or 0x4B65C9) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 65 and C9. RGB value is (75,101,201). Sum of RGB (Red+Green+Blue) = 75+101+201=377 (49% of max value = 765). Red value is 75 (29.69% from 255 or 19.89% from 377); Green value is 101 (39.84% from 255 or 26.79% from 377); Blue value is 201 (78.91% from 255 or 53.32% from 377); Max value from RGB is 201 - color contains mainly: blue. Hex color #4B65C9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B65C9 is #B49A36. Grayscale: #686868. Windows color (decimal): -11835959 or 13198667. OLE color: 13198667.

HSL color Cylindrical-coordinate representation of color #4B65C9: hue angle of 227.62º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4B65C9 is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB75101201-
CMYK0.630.5000.21
HSL227.62º53.85%54.12%-
HSV(B)227.62º62.69%78.82%-
XYZ18.115.0257.2-
YUV104.63182.39106.87-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.89%
GREEN value IS 101 (39.84% from 255) = 26.79%
BLUE value IS 201 (78.91% from 255) = 53.32%
R=19.89%
G=26.79%
B=53.32%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal751012010.630.5000.21227.6253.8554.12
Hex4B65C93F32015e43636
Octal11314531177620253446666
Binary100101111001011100100111111111001001010111100100110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B65C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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