#424EBA

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

Shades of Free Speech Blue #424EBA

Tints of Free Speech Blue #424EBA

Color information

#424EBA (or 0x424EBA) is unknown color: approx Free Speech Blue. HEX triplet: 42, 4E and BA. RGB value is (66,78,186). Sum of RGB (Red+Green+Blue) = 66+78+186=330 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20% from 330); Green value is 78 (30.86% from 255 or 23.64% from 330); Blue value is 186 (73.05% from 255 or 56.36% from 330); Max value from RGB is 186 - color contains mainly: blue. Hex color #424EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #424EBA is #BDB145. Grayscale: #565656. Windows color (decimal): -12431686 or 12209730. OLE color: 12209730.

HSL color Cylindrical-coordinate representation of color #424EBA: hue angle of 234º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #424EBA is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6678186-
CMYK0.650.5800.27
HSL234º47.62%49.41%-
HSV(B)234º64.52%72.94%-
XYZ13.8310.1547.68-
YUV86.72184.02113.22-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20%
GREEN value IS 78 (30.86% from 255) = 23.64%
BLUE value IS 186 (73.05% from 255) = 56.36%
R=20%
G=23.64%
B=56.36%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal66781860.650.5800.2723447.6249.41
Hex424EBA413A01Bea3031
Octal102116272101720333526061
Binary1000010100111010111010100000111101001101111101010110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424EBA; }

 p { color: rgb(66,78,186); }

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

<style>
 a { background-color: #424EBA; }

 a { background-color: rgb(66,78,186); }

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

<style>
 span { border-color: #424EBA; }

 span { border-color: rgb(66,78,186); }

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