#4154CA

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

Shades of Free Speech Blue #4154CA

Tints of Free Speech Blue #4154CA

Color information

#4154CA (or 0x4154CA) is unknown color: approx Free Speech Blue. HEX triplet: 41, 54 and CA. RGB value is (65,84,202). Sum of RGB (Red+Green+Blue) = 65+84+202=351 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.52% from 351); Green value is 84 (33.20% from 255 or 23.93% from 351); Blue value is 202 (79.30% from 255 or 57.55% from 351); Max value from RGB is 202 - color contains mainly: blue. Hex color #4154CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4154CA is #BEAB35. Grayscale: #5B5B5B. Windows color (decimal): -12495670 or 13259841. OLE color: 13259841.

HSL color Cylindrical-coordinate representation of color #4154CA: hue angle of 231.68º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4154CA is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB6584202-
CMYK0.680.5800.21
HSL231.68º56.38%52.35%-
HSV(B)231.68º67.82%79.22%-
XYZ16.0111.7357.3-
YUV91.77190.21108.91-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.52%
GREEN value IS 84 (33.20% from 255) = 23.93%
BLUE value IS 202 (79.30% from 255) = 57.55%
R=18.52%
G=23.93%
B=57.55%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal65842020.680.5800.21231.6856.3852.35
Hex4154CA443A015e83834
Octal101124312104720253507064
Binary1000001101010011001010100010011101001010111101000111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4154CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4154CA; }

 p { color: rgb(65,84,202); }

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

<style>
 a { background-color: #4154CA; }

 a { background-color: rgb(65,84,202); }

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

<style>
 span { border-color: #4154CA; }

 span { border-color: rgb(65,84,202); }

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