Html Css Color HEX #404ACB Free Speech Blue

📋 copy color: '#404ACB'

red 64 ◦ green 74 ◦ blue 203

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

Shades of Free Speech Blue #404ACB

Tints of Free Speech Blue #404ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 59.53%

R = 18.77%
G = 21.7%
B = 59.53%

CMYK

 C value IS 0.68

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#404ACB (or 0x404ACB) is known color: Free Speech Blue. HEX triplet: 40, 4A and CB. RGB value is (64,74,203). Sum of RGB (Red+Green+Blue) = 64+74+203=341 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.77% from 341); Green value is 74 (29.30% from 255 or 21.70% from 341); Blue value is 203 (79.69% from 255 or 59.53% from 341); Max value from RGB is 203 - color contains mainly: blue. Hex color #404ACB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #404ACB is #BFB534. Grayscale: #555555. Windows color (decimal): -12563765 or 13322816. OLE color: 13322816.

HSL color Cylindrical-coordinate representation of color #404ACB: hue angle of 235.68º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #404ACB is Cyan = 0.68, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 64 74 203 -
CMYK 0.68 0.64 0 0.20
HSL 235.68º 0.57% 0.52% -
HSV(B) 235.68º 0.68% 0.8% -
XYZ 15.34 10.3 57.68 -
YUV 85.72 194.19 112.51 -
System Red Green Blue C M Y K H S L
Decimal 64 74 203 0.68 0.64 0 0.20 235.68 0.57 0.52
Hex 40 4A CB 44 40 0 14 EC 39 34
Octal 100 112 313 104 100 0 24 354 71 64
Binary 1000000 1001010 11001011 1000100 1000000 0 10100 11101100 111001 110100

Color Harmonies of #404ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404ACB

Black with #404ACB

Text Example


Text Example

White with #404ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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