Html Css Color HEX #404CE1 Free Speech Blue

📋 copy color: '#404CE1'

red 64 ◦ green 76 ◦ blue 225

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

Shades of Free Speech Blue #404CE1

Tints of Free Speech Blue #404CE1

RGB

 RED value IS 64 (25.39% from 255) = 17.53%

 GREEN value IS 76 (30.08% from 255) = 20.82%

 BLUE value IS 225 (88.28% from 255) = 61.64%

R = 17.53%
G = 20.82%
B = 61.64%

CMYK

 C value IS 0.72

 M value IS 0.66

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#404CE1 (or 0x404CE1) is known color: Free Speech Blue. HEX triplet: 40, 4C and E1. RGB value is (64,76,225). Sum of RGB (Red+Green+Blue) = 64+76+225=365 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.53% from 365); Green value is 76 (30.08% from 255 or 20.82% from 365); Blue value is 225 (88.28% from 255 or 61.64% from 365); Max value from RGB is 225 - color contains mainly: blue. Hex color #404CE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #404CE1 is #BFB31E. Grayscale: #585858. Windows color (decimal): -12563231 or 14765120. OLE color: 14765120.

HSL color Cylindrical-coordinate representation of color #404CE1: hue angle of 235.53º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #404CE1 is Cyan = 0.72, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 64 76 225 -
CMYK 0.72 0.66 0 0.12
HSL 235.53º 0.73% 0.57% -
HSV(B) 235.53º 0.72% 0.88% -
XYZ 18.29 11.7 72.53 -
YUV 89.4 204.52 109.88 -
System Red Green Blue C M Y K H S L
Decimal 64 76 225 0.72 0.66 0 0.12 235.53 0.73 0.57
Hex 40 4C E1 48 42 0 C EC 49 39
Octal 100 114 341 110 102 0 14 354 111 71
Binary 1000000 1001100 11100001 1001000 1000010 0 1100 11101100 1001001 111001

Color Harmonies of #404CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404CE1

Black with #404CE1

Text Example


Text Example

White with #404CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404CE1; }

 p { color: rgb(64,76,225); }

 H1.HeaderClassName
 {
   color: #404CE1;
 }
 .AnyTagClassName
 {
   color: #404CE1;
 }
</style>

background-color css

<style>
 a { background-color: #404CE1; }

 a { background-color: rgb(64,76,225); }

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

border-color css

<style>
 span { border-color: #404CE1; }

 span { border-color: rgb(64,76,225); }

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