Html Css Color HEX #4041BA Free Speech Blue

📋 copy color: '#4041BA'

red 64 ◦ green 65 ◦ blue 186

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

Shades of Free Speech Blue #4041BA

Tints of Free Speech Blue #4041BA

RGB

 RED value IS 64 (25.39% from 255) = 20.32%

 GREEN value IS 65 (25.78% from 255) = 20.63%

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

R = 20.32%
G = 20.63%
B = 59.05%

CMYK

 C value IS 0.66

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4041BA (or 0x4041BA) is known color: Free Speech Blue. HEX triplet: 40, 41 and BA. RGB value is (64,65,186). Sum of RGB (Red+Green+Blue) = 64+65+186=315 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.32% from 315); Green value is 65 (25.78% from 255 or 20.63% from 315); Blue value is 186 (73.05% from 255 or 59.05% from 315); Max value from RGB is 186 - color contains mainly: blue. Hex color #4041BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4041BA is #BFBE45. Grayscale: #4E4E4E. Windows color (decimal): -12566086 or 12206400. OLE color: 12206400.

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

Color convert

RGB 64 65 186 -
CMYK 0.66 0.65 0 0.27
HSL 239.51º 0.49% 0.49% -
HSV(B) 239.51º 0.66% 0.73% -
XYZ 12.87 8.42 47.4 -
YUV 78.5 188.67 117.66 -
System Red Green Blue C M Y K H S L
Decimal 64 65 186 0.66 0.65 0 0.27 239.51 0.49 0.49
Hex 40 41 BA 42 41 0 1B F0 31 31
Octal 100 101 272 102 101 0 33 360 61 61
Binary 1000000 1000001 10111010 1000010 1000001 0 11011 11110000 110001 110001

Color Harmonies of #4041BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4041BA

Black with #4041BA

Text Example


Text Example

White with #4041BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4041BA; }

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

 H1.HeaderClassName
 {
   color: #4041BA;
 }
 .AnyTagClassName
 {
   color: #4041BA;
 }
</style>

background-color css

<style>
 a { background-color: #4041BA; }

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

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

border-color css

<style>
 span { border-color: #4041BA; }

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

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