Html Css Color HEX #404FCC Free Speech Blue

📋 copy color: '#404FCC'

red 64 ◦ green 79 ◦ blue 204

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

Shades of Free Speech Blue #404FCC

Tints of Free Speech Blue #404FCC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.77%

 BLUE value IS 204 (80.08% from 255) = 58.79%

R = 18.44%
G = 22.77%
B = 58.79%

CMYK

 C value IS 0.69

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#404FCC (or 0x404FCC) is known color: Free Speech Blue. HEX triplet: 40, 4F and CC. RGB value is (64,79,204). Sum of RGB (Red+Green+Blue) = 64+79+204=347 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.44% from 347); Green value is 79 (31.25% from 255 or 22.77% from 347); Blue value is 204 (80.08% from 255 or 58.79% from 347); Max value from RGB is 204 - color contains mainly: blue. Hex color #404FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #404FCC is #BFB033. Grayscale: #585858. Windows color (decimal): -12562484 or 13389632. OLE color: 13389632.

HSL color Cylindrical-coordinate representation of color #404FCC: hue angle of 233.57º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #404FCC is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 64 79 204 -
CMYK 0.69 0.61 0 0.2
HSL 233.57º 0.58% 0.53% -
HSV(B) 233.57º 0.69% 0.8% -
XYZ 15.81 11.04 58.42 -
YUV 88.77 193.03 110.34 -
System Red Green Blue C M Y K H S L
Decimal 64 79 204 0.69 0.61 0 0.2 233.57 0.58 0.53
Hex 40 4F CC 45 3D 0 14 EA 3A 35
Octal 100 117 314 105 75 0 24 352 72 65
Binary 1000000 1001111 11001100 1000101 111101 0 10100 11101010 111010 110101

Color Harmonies of #404FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404FCC

Black with #404FCC

Text Example


Text Example

White with #404FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,79,204); }

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

background-color css

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

 a { background-color: rgb(64,79,204); }

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

border-color css

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

 span { border-color: rgb(64,79,204); }

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