Html Css Color HEX #424EC1 Free Speech Blue

📋 copy color: '#424EC1'

red 66 ◦ green 78 ◦ blue 193

#424EC1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #424EC1

Tints of Free Speech Blue #424EC1

RGB

 RED value IS 66 (26.17% from 255) = 19.58%

 GREEN value IS 78 (30.86% from 255) = 23.15%

 BLUE value IS 193 (75.78% from 255) = 57.27%

R = 19.58%
G = 23.15%
B = 57.27%

CMYK

 C value IS 0.66

 M value IS 0.60

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#424EC1 (or 0x424EC1) is known color: Free Speech Blue. HEX triplet: 42, 4E and C1. RGB value is (66,78,193). Sum of RGB (Red+Green+Blue) = 66+78+193=337 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.58% from 337); Green value is 78 (30.86% from 255 or 23.15% from 337); Blue value is 193 (75.78% from 255 or 57.27% from 337); Max value from RGB is 193 - color contains mainly: blue. Hex color #424EC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #424EC1 is #BDB13E. Grayscale: #575757. Windows color (decimal): -12431679 or 12668482. OLE color: 12668482.

HSL color Cylindrical-coordinate representation of color #424EC1: hue angle of 234.33º 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 #424EC1 is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 66 78 193 -
CMYK 0.66 0.60 0 0.24
HSL 234.33º 0.51% 0.51% -
HSV(B) 234.33º 0.66% 0.76% -
XYZ 14.6 10.46 51.7 -
YUV 87.52 187.52 112.65 -
System Red Green Blue C M Y K H S L
Decimal 66 78 193 0.66 0.60 0 0.24 234.33 0.51 0.51
Hex 42 4E C1 42 3C 0 18 EA 33 33
Octal 102 116 301 102 74 0 30 352 63 63
Binary 1000010 1001110 11000001 1000010 111100 0 11000 11101010 110011 110011

Color Harmonies of #424EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424EC1

Black with #424EC1

Text Example


Text Example

White with #424EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #424EC1;
 }
 .AnyTagClassName
 {
   color: #424EC1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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