Html Css Color HEX #413EBA Free Speech Blue

📋 copy color: '#413EBA'

red 65 ◦ green 62 ◦ blue 186

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

Shades of Free Speech Blue #413EBA

Tints of Free Speech Blue #413EBA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.81%

 BLUE value IS 186 (73.05% from 255) = 59.42%

R = 20.77%
G = 19.81%
B = 59.42%

CMYK

 C value IS 0.65

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#413EBA (or 0x413EBA) is known color: Free Speech Blue. HEX triplet: 41, 3E and BA. RGB value is (65,62,186). Sum of RGB (Red+Green+Blue) = 65+62+186=313 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.77% from 313); Green value is 62 (24.61% from 255 or 19.81% from 313); Blue value is 186 (73.05% from 255 or 59.42% from 313); Max value from RGB is 186 - color contains mainly: blue. Hex color #413EBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413EBA is #BEC145. Grayscale: #4C4C4C. Windows color (decimal): -12501318 or 12205633. OLE color: 12205633.

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

Color convert

RGB 65 62 186 -
CMYK 0.65 0.67 0 0.27
HSL 241.45º 0.5% 0.49% -
HSV(B) 241.45º 0.67% 0.73% -
XYZ 12.77 8.11 47.35 -
YUV 77.03 189.49 119.42 -
System Red Green Blue C M Y K H S L
Decimal 65 62 186 0.65 0.67 0 0.27 241.45 0.5 0.49
Hex 41 3E BA 41 43 0 1B F1 32 31
Octal 101 76 272 101 103 0 33 361 62 61
Binary 1000001 111110 10111010 1000001 1000011 0 11011 11110001 110010 110001

Color Harmonies of #413EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413EBA

Black with #413EBA

Text Example


Text Example

White with #413EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413EBA; }

 p { color: rgb(65,62,186); }

 H1.HeaderClassName
 {
   color: #413EBA;
 }
 .AnyTagClassName
 {
   color: #413EBA;
 }
</style>

background-color css

<style>
 a { background-color: #413EBA; }

 a { background-color: rgb(65,62,186); }

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

border-color css

<style>
 span { border-color: #413EBA; }

 span { border-color: rgb(65,62,186); }

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