Html Css Color HEX #404CC5 Free Speech Blue

📋 copy color: '#404CC5'

red 64 ◦ green 76 ◦ blue 197

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

Shades of Free Speech Blue #404CC5

Tints of Free Speech Blue #404CC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 58.46%

R = 18.99%
G = 22.55%
B = 58.46%

CMYK

 C value IS 0.68

 M value IS 0.61

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#404CC5 (or 0x404CC5) is known color: Free Speech Blue. HEX triplet: 40, 4C and C5. RGB value is (64,76,197). Sum of RGB (Red+Green+Blue) = 64+76+197=337 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.99% from 337); Green value is 76 (30.08% from 255 or 22.55% from 337); Blue value is 197 (77.34% from 255 or 58.46% from 337); Max value from RGB is 197 - color contains mainly: blue. Hex color #404CC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #404CC5 is #BFB33A. Grayscale: #555555. Windows color (decimal): -12563259 or 12930112. OLE color: 12930112.

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

Color convert

RGB 64 76 197 -
CMYK 0.68 0.61 0 0.23
HSL 234.59º 0.53% 0.51% -
HSV(B) 234.59º 0.68% 0.77% -
XYZ 14.78 10.29 54.03 -
YUV 86.21 190.52 112.16 -
System Red Green Blue C M Y K H S L
Decimal 64 76 197 0.68 0.61 0 0.23 234.59 0.53 0.51
Hex 40 4C C5 44 3D 0 17 EB 35 33
Octal 100 114 305 104 75 0 27 353 65 63
Binary 1000000 1001100 11000101 1000100 111101 0 10111 11101011 110101 110011

Color Harmonies of #404CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404CC5

Black with #404CC5

Text Example


Text Example

White with #404CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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