#4243B0

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

Shades of Free Speech Blue #4243B0

Tints of Free Speech Blue #4243B0

Color information

#4243B0 (or 0x4243B0) is unknown color: approx Free Speech Blue. HEX triplet: 42, 43 and B0. RGB value is (66,67,176). Sum of RGB (Red+Green+Blue) = 66+67+176=309 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.36% from 309); Green value is 67 (26.56% from 255 or 21.68% from 309); Blue value is 176 (69.14% from 255 or 56.96% from 309); Max value from RGB is 176 - color contains mainly: blue. Hex color #4243B0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4243B0 is #BDBC4F. Grayscale: #4E4E4E. Windows color (decimal): -12434512 or 11551554. OLE color: 11551554.

HSL color Cylindrical-coordinate representation of color #4243B0: hue angle of 239.45º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4243B0 is Cyan = 0.62, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6667176-
CMYK0.620.6200.31
HSL239.45º45.45%47.45%-
HSV(B)239.45º62.5%69.02%-
XYZ12.098.3142.04-
YUV79.13182.67118.64-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.36%
GREEN value IS 67 (26.56% from 255) = 21.68%
BLUE value IS 176 (69.14% from 255) = 56.96%
R=21.36%
G=21.68%
B=56.96%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal66671760.620.6200.31239.4545.4547.45
Hex4243B03E3E01Fef2d2f
Octal10210326076760373575557
Binary100001010000111011000011111011111001111111101111101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4243B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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