#424BC1

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

Shades of Free Speech Blue #424BC1

Tints of Free Speech Blue #424BC1

Color information

#424BC1 (or 0x424BC1) is unknown color: approx Free Speech Blue. HEX triplet: 42, 4B and C1. RGB value is (66,75,193). Sum of RGB (Red+Green+Blue) = 66+75+193=334 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.76% from 334); Green value is 75 (29.69% from 255 or 22.46% from 334); Blue value is 193 (75.78% from 255 or 57.78% from 334); Max value from RGB is 193 - color contains mainly: blue. Hex color #424BC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #424BC1 is #BDB43E. Grayscale: #555555. Windows color (decimal): -12432447 or 12667714. OLE color: 12667714.

HSL color Cylindrical-coordinate representation of color #424BC1: hue angle of 235.75º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #424BC1 is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB6675193-
CMYK0.660.6100.24
HSL235.75º50.6%50.78%-
HSV(B)235.75º65.8%75.69%-
XYZ14.3910.0451.63-
YUV85.76188.52113.91-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.76%
GREEN value IS 75 (29.69% from 255) = 22.46%
BLUE value IS 193 (75.78% from 255) = 57.78%
R=19.76%
G=22.46%
B=57.78%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal66751930.660.6100.24235.7550.650.78
Hex424BC1423D018ec3333
Octal102113301102750303546363
Binary1000010100101111000001100001011110101100011101100110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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