#424CD7

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

Shades of Free Speech Blue #424CD7

Tints of Free Speech Blue #424CD7

Color information

#424CD7 (or 0x424CD7) is unknown color: approx Free Speech Blue. HEX triplet: 42, 4C and D7. RGB value is (66,76,215). Sum of RGB (Red+Green+Blue) = 66+76+215=357 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.49% from 357); Green value is 76 (30.08% from 255 or 21.29% from 357); Blue value is 215 (84.38% from 255 or 60.22% from 357); Max value from RGB is 215 - color contains mainly: blue. Hex color #424CD7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #424CD7 is #BDB328. Grayscale: #585858. Windows color (decimal): -12432169 or 14109762. OLE color: 14109762.

HSL color Cylindrical-coordinate representation of color #424CD7: hue angle of 235.97º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #424CD7 is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB6676215-
CMYK0.690.6500.16
HSL235.97º65.07%55.1%-
HSV(B)235.97º69.3%84.31%-
XYZ17.111.2365.56-
YUV88.86199.19111.7-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.49%
GREEN value IS 76 (30.08% from 255) = 21.29%
BLUE value IS 215 (84.38% from 255) = 60.22%
R=18.49%
G=21.29%
B=60.22%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal66762150.690.6500.16235.9765.0755.1
Hex424CD74541010ec4137
Octal10211432710510102035410167
Binary100001010011001101011110001011000001010000111011001000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,76,215); }

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

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

 a { background-color: rgb(66,76,215); }

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

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

 span { border-color: rgb(66,76,215); }

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