Html Css Color HEX #414EBC Free Speech Blue

📋 copy color: '#414EBC'

red 65 ◦ green 78 ◦ blue 188

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

Shades of Free Speech Blue #414EBC

Tints of Free Speech Blue #414EBC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.56%

 BLUE value IS 188 (73.83% from 255) = 56.8%

R = 19.64%
G = 23.56%
B = 56.8%

CMYK

 C value IS 0.65

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#414EBC (or 0x414EBC) is known color: Free Speech Blue. HEX triplet: 41, 4E and BC. RGB value is (65,78,188). Sum of RGB (Red+Green+Blue) = 65+78+188=331 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.64% from 331); Green value is 78 (30.86% from 255 or 23.56% from 331); Blue value is 188 (73.83% from 255 or 56.80% from 331); Max value from RGB is 188 - color contains mainly: blue. Hex color #414EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #414EBC is #BEB143. Grayscale: #565656. Windows color (decimal): -12497220 or 12340801. OLE color: 12340801.

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

Color convert

RGB 65 78 188 -
CMYK 0.65 0.59 0 0.26
HSL 233.66º 0.49% 0.5% -
HSV(B) 233.66º 0.65% 0.74% -
XYZ 13.98 10.2 48.81 -
YUV 86.65 185.19 112.56 -
System Red Green Blue C M Y K H S L
Decimal 65 78 188 0.65 0.59 0 0.26 233.66 0.49 0.5
Hex 41 4E BC 41 3B 0 1A EA 31 32
Octal 101 116 274 101 73 0 32 352 61 62
Binary 1000001 1001110 10111100 1000001 111011 0 11010 11101010 110001 110010

Color Harmonies of #414EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414EBC

Black with #414EBC

Text Example


Text Example

White with #414EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,78,188); }

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

background-color css

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

 a { background-color: rgb(65,78,188); }

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

border-color css

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

 span { border-color: rgb(65,78,188); }

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