#414BCF

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

Shades of Free Speech Blue #414BCF

Tints of Free Speech Blue #414BCF

Color information

#414BCF (or 0x414BCF) is unknown color: approx Free Speech Blue. HEX triplet: 41, 4B and CF. RGB value is (65,75,207). Sum of RGB (Red+Green+Blue) = 65+75+207=347 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.73% from 347); Green value is 75 (29.69% from 255 or 21.61% from 347); Blue value is 207 (81.25% from 255 or 59.65% from 347); Max value from RGB is 207 - color contains mainly: blue. Hex color #414BCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #414BCF is #BEB430. Grayscale: #565656. Windows color (decimal): -12497969 or 13585217. OLE color: 13585217.

HSL color Cylindrical-coordinate representation of color #414BCF: hue angle of 235.77º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #414BCF is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB6575207-
CMYK0.690.6400.19
HSL235.77º59.66%53.33%-
HSV(B)235.77º68.6%81.18%-
XYZ15.9610.6660.25-
YUV87.06195.69112.27-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.73%
GREEN value IS 75 (29.69% from 255) = 21.61%
BLUE value IS 207 (81.25% from 255) = 59.65%
R=18.73%
G=21.61%
B=59.65%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal65752070.690.6400.19235.7759.6653.33
Hex414BCF4540013ec3c35
Octal1011133171051000233547465
Binary10000011001011110011111000101100000001001111101100111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,75,207); }

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

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

 a { background-color: rgb(65,75,207); }

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

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

 span { border-color: rgb(65,75,207); }

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