Html Css Color HEX #414CC0 Free Speech Blue

📋 copy color: '#414CC0'

red 65 ◦ green 76 ◦ blue 192

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

Shades of Free Speech Blue #414CC0

Tints of Free Speech Blue #414CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 57.66%

R = 19.52%
G = 22.82%
B = 57.66%

CMYK

 C value IS 0.66

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#414CC0 (or 0x414CC0) is known color: Free Speech Blue. HEX triplet: 41, 4C and C0. RGB value is (65,76,192). Sum of RGB (Red+Green+Blue) = 65+76+192=333 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.52% from 333); Green value is 76 (30.08% from 255 or 22.82% from 333); Blue value is 192 (75.39% from 255 or 57.66% from 333); Max value from RGB is 192 - color contains mainly: blue. Hex color #414CC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #414CC0 is #BEB33F. Grayscale: #555555. Windows color (decimal): -12497728 or 12602433. OLE color: 12602433.

HSL color Cylindrical-coordinate representation of color #414CC0: hue angle of 234.8º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #414CC0 is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 65 76 192 -
CMYK 0.66 0.60 0 0.25
HSL 234.8º 0.5% 0.5% -
HSV(B) 234.8º 0.66% 0.75% -
XYZ 14.28 10.1 51.07 -
YUV 85.94 187.86 113.07 -
System Red Green Blue C M Y K H S L
Decimal 65 76 192 0.66 0.60 0 0.25 234.8 0.5 0.5
Hex 41 4C C0 42 3C 0 19 EB 32 32
Octal 101 114 300 102 74 0 31 353 62 62
Binary 1000001 1001100 11000000 1000010 111100 0 11001 11101011 110010 110010

Color Harmonies of #414CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414CC0

Black with #414CC0

Text Example


Text Example

White with #414CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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