Html Css Color HEX #404AC4 Free Speech Blue

📋 copy color: '#404AC4'

red 64 ◦ green 74 ◦ blue 196

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

Shades of Free Speech Blue #404AC4

Tints of Free Speech Blue #404AC4

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.16%

 BLUE value IS 196 (76.95% from 255) = 58.68%

R = 19.16%
G = 22.16%
B = 58.68%

CMYK

 C value IS 0.67

 M value IS 0.62

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#404AC4 (or 0x404AC4) is known color: Free Speech Blue. HEX triplet: 40, 4A and C4. RGB value is (64,74,196). Sum of RGB (Red+Green+Blue) = 64+74+196=334 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.16% from 334); Green value is 74 (29.30% from 255 or 22.16% from 334); Blue value is 196 (76.95% from 255 or 58.68% from 334); Max value from RGB is 196 - color contains mainly: blue. Hex color #404AC4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #404AC4 is #BFB53B. Grayscale: #545454. Windows color (decimal): -12563772 or 12864064. OLE color: 12864064.

HSL color Cylindrical-coordinate representation of color #404AC4: hue angle of 235.45º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #404AC4 is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 64 74 196 -
CMYK 0.67 0.62 0 0.23
HSL 235.45º 0.53% 0.51% -
HSV(B) 235.45º 0.67% 0.77% -
XYZ 14.53 9.97 53.38 -
YUV 84.92 190.69 113.08 -
System Red Green Blue C M Y K H S L
Decimal 64 74 196 0.67 0.62 0 0.23 235.45 0.53 0.51
Hex 40 4A C4 43 3E 0 17 EB 35 33
Octal 100 112 304 103 76 0 27 353 65 63
Binary 1000000 1001010 11000100 1000011 111110 0 10111 11101011 110101 110011

Color Harmonies of #404AC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404AC4

Black with #404AC4

Text Example


Text Example

White with #404AC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,74,196); }

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

background-color css

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

 a { background-color: rgb(64,74,196); }

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

border-color css

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

 span { border-color: rgb(64,74,196); }

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