Html Css Color HEX #414CBB Free Speech Blue

📋 copy color: '#414CBB'

red 65 ◦ green 76 ◦ blue 187

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

Shades of Free Speech Blue #414CBB

Tints of Free Speech Blue #414CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 57.01%

R = 19.82%
G = 23.17%
B = 57.01%

CMYK

 C value IS 0.65

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#414CBB (or 0x414CBB) is known color: Free Speech Blue. HEX triplet: 41, 4C and BB. RGB value is (65,76,187). Sum of RGB (Red+Green+Blue) = 65+76+187=328 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.82% from 328); Green value is 76 (30.08% from 255 or 23.17% from 328); Blue value is 187 (73.44% from 255 or 57.01% from 328); Max value from RGB is 187 - color contains mainly: blue. Hex color #414CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #414CBB is #BEB344. Grayscale: #545454. Windows color (decimal): -12497733 or 12274753. OLE color: 12274753.

HSL color Cylindrical-coordinate representation of color #414CBB: hue angle of 234.59º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #414CBB is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 65 76 187 -
CMYK 0.65 0.59 0 0.27
HSL 234.59º 0.48% 0.49% -
HSV(B) 234.59º 0.65% 0.73% -
XYZ 13.73 9.88 48.2 -
YUV 85.37 185.36 113.47 -
System Red Green Blue C M Y K H S L
Decimal 65 76 187 0.65 0.59 0 0.27 234.59 0.48 0.49
Hex 41 4C BB 41 3B 0 1B EB 30 31
Octal 101 114 273 101 73 0 33 353 60 61
Binary 1000001 1001100 10111011 1000001 111011 0 11011 11101011 110000 110001

Color Harmonies of #414CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414CBB

Black with #414CBB

Text Example


Text Example

White with #414CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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