Html Css Color HEX #414CB4 Free Speech Blue

📋 copy color: '#414CB4'

red 65 ◦ green 76 ◦ blue 180

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

Shades of Free Speech Blue #414CB4

Tints of Free Speech Blue #414CB4

RGB

 RED value IS 65 (25.78% from 255) = 20.25%

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

 BLUE value IS 180 (70.7% from 255) = 56.07%

R = 20.25%
G = 23.68%
B = 56.07%

CMYK

 C value IS 0.64

 M value IS 0.58

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#414CB4 (or 0x414CB4) is known color: Free Speech Blue. HEX triplet: 41, 4C and B4. RGB value is (65,76,180). Sum of RGB (Red+Green+Blue) = 65+76+180=321 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.25% from 321); Green value is 76 (30.08% from 255 or 23.68% from 321); Blue value is 180 (70.70% from 255 or 56.07% from 321); Max value from RGB is 180 - color contains mainly: blue. Hex color #414CB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #414CB4 is #BEB34B. Grayscale: #545454. Windows color (decimal): -12497740 or 11816001. OLE color: 11816001.

HSL color Cylindrical-coordinate representation of color #414CB4: hue angle of 234.26º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #414CB4 is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 65 76 180 -
CMYK 0.64 0.58 0 0.29
HSL 234.26º 0.47% 0.48% -
HSV(B) 234.26º 0.64% 0.71% -
XYZ 13 9.59 44.35 -
YUV 84.57 181.86 114.04 -
System Red Green Blue C M Y K H S L
Decimal 65 76 180 0.64 0.58 0 0.29 234.26 0.47 0.48
Hex 41 4C B4 40 3A 0 1D EA 2F 30
Octal 101 114 264 100 72 0 35 352 57 60
Binary 1000001 1001100 10110100 1000000 111010 0 11101 11101010 101111 110000

Color Harmonies of #414CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414CB4

Black with #414CB4

Text Example


Text Example

White with #414CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414CB4; }

 p { color: rgb(65,76,180); }

 H1.HeaderClassName
 {
   color: #414CB4;
 }
 .AnyTagClassName
 {
   color: #414CB4;
 }
</style>

background-color css

<style>
 a { background-color: #414CB4; }

 a { background-color: rgb(65,76,180); }

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

border-color css

<style>
 span { border-color: #414CB4; }

 span { border-color: rgb(65,76,180); }

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