#4238B7

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

Shades of Free Speech Blue #4238B7

Tints of Free Speech Blue #4238B7

Color information

#4238B7 (or 0x4238B7) is unknown color: approx Free Speech Blue. HEX triplet: 42, 38 and B7. RGB value is (66,56,183). Sum of RGB (Red+Green+Blue) = 66+56+183=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 56 (22.27% from 255 or 18.36% from 305); Blue value is 183 (71.88% from 255 or 60% from 305); Max value from RGB is 183 - color contains mainly: blue. Hex color #4238B7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4238B7 is #BDC748. Grayscale: #484848. Windows color (decimal): -12437321 or 12007490. OLE color: 12007490.

HSL color Cylindrical-coordinate representation of color #4238B7: hue angle of 244.72º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4238B7 is Cyan = 0.64, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB6656183-
CMYK0.640.6900.28
HSL244.72º53.14%46.86%-
HSV(B)244.72º69.4%71.76%-
XYZ12.217.4145.59-
YUV73.47189.81122.67-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.64%
GREEN value IS 56 (22.27% from 255) = 18.36%
BLUE value IS 183 (71.88% from 255) = 60%
R=21.64%
G=18.36%
B=60%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal66561830.640.6900.28244.7253.1446.86
Hex4238B7404501Cf5352f
Octal102702671001050343656557
Binary1000010111000101101111000000100010101110011110101110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4238B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4238B7; }

 p { color: rgb(66,56,183); }

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

<style>
 a { background-color: #4238B7; }

 a { background-color: rgb(66,56,183); }

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

<style>
 span { border-color: #4238B7; }

 span { border-color: rgb(66,56,183); }

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