#4243B3

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

Shades of Free Speech Blue #4243B3

Tints of Free Speech Blue #4243B3

Color information

#4243B3 (or 0x4243B3) is unknown color: approx Free Speech Blue. HEX triplet: 42, 43 and B3. RGB value is (66,67,179). Sum of RGB (Red+Green+Blue) = 66+67+179=312 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.15% from 312); Green value is 67 (26.56% from 255 or 21.47% from 312); Blue value is 179 (70.31% from 255 or 57.37% from 312); Max value from RGB is 179 - color contains mainly: blue. Hex color #4243B3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4243B3 is #BDBC4C. Grayscale: #4F4F4F. Windows color (decimal): -12434509 or 11748162. OLE color: 11748162.

HSL color Cylindrical-coordinate representation of color #4243B3: hue angle of 239.47º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4243B3 is Cyan = 0.63, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB6667179-
CMYK0.630.6300.30
HSL239.47º46.12%48.04%-
HSV(B)239.47º63.13%70.2%-
XYZ12.398.4343.62-
YUV79.47184.17118.39-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.15%
GREEN value IS 67 (26.56% from 255) = 21.47%
BLUE value IS 179 (70.31% from 255) = 57.37%
R=21.15%
G=21.47%
B=57.37%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal66671790.630.6300.30239.4746.1248.04
Hex4243B33F3F01Eef2e30
Octal10210326377770363575660
Binary100001010000111011001111111111111101111011101111101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4243B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4243B3; }

 p { color: rgb(66,67,179); }

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

<style>
 a { background-color: #4243B3; }

 a { background-color: rgb(66,67,179); }

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

<style>
 span { border-color: #4243B3; }

 span { border-color: rgb(66,67,179); }

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