#414CBC

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

Shades of Free Speech Blue #414CBC

Tints of Free Speech Blue #414CBC

Color information

#414CBC (or 0x414CBC) is unknown color: approx Free Speech Blue. HEX triplet: 41, 4C and BC. RGB value is (65,76,188). Sum of RGB (Red+Green+Blue) = 65+76+188=329 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.76% from 329); Green value is 76 (30.08% from 255 or 23.10% from 329); Blue value is 188 (73.83% from 255 or 57.14% from 329); Max value from RGB is 188 - color contains mainly: blue. Hex color #414CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #414CBC is #BEB343. Grayscale: #555555. Windows color (decimal): -12497732 or 12340289. OLE color: 12340289.

HSL color Cylindrical-coordinate representation of color #414CBC: hue angle of 234.63º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #414CBC is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB6576188-
CMYK0.650.6000.26
HSL234.63º48.62%49.61%-
HSV(B)234.63º65.43%73.73%-
XYZ13.849.9248.76-
YUV85.48185.86113.39-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.76%
GREEN value IS 76 (30.08% from 255) = 23.10%
BLUE value IS 188 (73.83% from 255) = 57.14%
R=19.76%
G=23.10%
B=57.14%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal65761880.650.6000.26234.6348.6249.61
Hex414CBC413C01Aeb3132
Octal101114274101740323536162
Binary1000001100110010111100100000111110001101011101011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414CBC; }

 p { color: rgb(65,76,188); }

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

<style>
 a { background-color: #414CBC; }

 a { background-color: rgb(65,76,188); }

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

<style>
 span { border-color: #414CBC; }

 span { border-color: rgb(65,76,188); }

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