#4234C4

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

Shades of Free Speech Blue #4234C4

Tints of Free Speech Blue #4234C4

Color information

#4234C4 (or 0x4234C4) is unknown color: approx Free Speech Blue. HEX triplet: 42, 34 and C4. RGB value is (66,52,196). Sum of RGB (Red+Green+Blue) = 66+52+196=314 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.02% from 314); Green value is 52 (20.70% from 255 or 16.56% from 314); Blue value is 196 (76.95% from 255 or 62.42% from 314); Max value from RGB is 196 - color contains mainly: blue. Hex color #4234C4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4234C4 is #BDCB3B. Grayscale: #484848. Windows color (decimal): -12438332 or 12858434. OLE color: 12858434.

HSL color Cylindrical-coordinate representation of color #4234C4: hue angle of 245.83º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4234C4 is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB6652196-
CMYK0.660.7300.23
HSL245.83º58.06%48.63%-
HSV(B)245.83º73.47%76.86%-
XYZ13.447.652.98-
YUV72.6197.64123.29-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.02%
GREEN value IS 52 (20.70% from 255) = 16.56%
BLUE value IS 196 (76.95% from 255) = 62.42%
R=21.02%
G=16.56%
B=62.42%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal66521960.660.7300.23245.8358.0648.63
Hex4234C44249017f63a31
Octal102643041021110273667261
Binary1000010110100110001001000010100100101011111110110111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4234C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4234C4; }

 p { color: rgb(66,52,196); }

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

<style>
 a { background-color: #4234C4; }

 a { background-color: rgb(66,52,196); }

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

<style>
 span { border-color: #4234C4; }

 span { border-color: rgb(66,52,196); }

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