#4263BE

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

Shades of Free Speech Blue #4263BE

Tints of Free Speech Blue #4263BE

Color information

#4263BE (or 0x4263BE) is unknown color: approx Free Speech Blue. HEX triplet: 42, 63 and BE. RGB value is (66,99,190). Sum of RGB (Red+Green+Blue) = 66+99+190=355 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.59% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 190 (74.61% from 255 or 53.52% from 355); Max value from RGB is 190 - color contains mainly: blue. Hex color #4263BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4263BE is #BD9C41. Grayscale: #636363. Windows color (decimal): -12426306 or 12477250. OLE color: 12477250.

HSL color Cylindrical-coordinate representation of color #4263BE: hue angle of 224.03º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4263BE is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6699190-
CMYK0.650.4800.25
HSL224.03º48.82%50.2%-
HSV(B)224.03º65.26%74.51%-
XYZ1613.850.54-
YUV99.51179.07104.1-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.59%
GREEN value IS 99 (39.06% from 255) = 27.89%
BLUE value IS 190 (74.61% from 255) = 53.52%
R=18.59%
G=27.89%
B=53.52%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal66991900.650.4800.25224.0348.8250.2
Hex4263BE4130019e03132
Octal102143276101600313406162
Binary1000010110001110111110100000111000001100111100000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4263BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4263BE; }

 p { color: rgb(66,99,190); }

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

<style>
 a { background-color: #4263BE; }

 a { background-color: rgb(66,99,190); }

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

<style>
 span { border-color: #4263BE; }

 span { border-color: rgb(66,99,190); }

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