#424BD1

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

Shades of Free Speech Blue #424BD1

Tints of Free Speech Blue #424BD1

Color information

#424BD1 (or 0x424BD1) is unknown color: approx Free Speech Blue. HEX triplet: 42, 4B and D1. RGB value is (66,75,209). Sum of RGB (Red+Green+Blue) = 66+75+209=350 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.86% from 350); Green value is 75 (29.69% from 255 or 21.43% from 350); Blue value is 209 (82.03% from 255 or 59.71% from 350); Max value from RGB is 209 - color contains mainly: blue. Hex color #424BD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #424BD1 is #BDB42E. Grayscale: #575757. Windows color (decimal): -12432431 or 13716290. OLE color: 13716290.

HSL color Cylindrical-coordinate representation of color #424BD1: hue angle of 236.22º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #424BD1 is Cyan = 0.68, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB6675209-
CMYK0.680.6400.18
HSL236.22º60.85%53.92%-
HSV(B)236.22º68.42%81.96%-
XYZ16.2710.7961.55-
YUV87.58196.52112.6-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.86%
GREEN value IS 75 (29.69% from 255) = 21.43%
BLUE value IS 209 (82.03% from 255) = 59.71%
R=18.86%
G=21.43%
B=59.71%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal66752090.680.6400.18236.2260.8553.92
Hex424BD14440012ec3d36
Octal1021133211041000223547566
Binary10000101001011110100011000100100000001001011101100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,75,209); }

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

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

 a { background-color: rgb(66,75,209); }

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

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

 span { border-color: rgb(66,75,209); }

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