Html Css Color HEX #4241BA Free Speech Blue

📋 copy color: '#4241BA'

red 66 ◦ green 65 ◦ blue 186

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

Shades of Free Speech Blue #4241BA

Tints of Free Speech Blue #4241BA

RGB

 RED value IS 66 (26.17% from 255) = 20.82%

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

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

R = 20.82%
G = 20.5%
B = 58.68%

CMYK

 C value IS 0.65

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4241BA (or 0x4241BA) is known color: Free Speech Blue. HEX triplet: 42, 41 and BA. RGB value is (66,65,186). Sum of RGB (Red+Green+Blue) = 66+65+186=317 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.82% from 317); Green value is 65 (25.78% from 255 or 20.50% from 317); Blue value is 186 (73.05% from 255 or 58.68% from 317); Max value from RGB is 186 - color contains mainly: blue. Hex color #4241BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4241BA is #BDBE45. Grayscale: #4E4E4E. Windows color (decimal): -12435014 or 12206402. OLE color: 12206402.

HSL color Cylindrical-coordinate representation of color #4241BA: hue angle of 240.5º 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 #4241BA is Cyan = 0.65, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 66 65 186 -
CMYK 0.65 0.65 0 0.27
HSL 240.5º 0.48% 0.49% -
HSV(B) 240.5º 0.65% 0.73% -
XYZ 13 8.48 47.41 -
YUV 79.09 188.33 118.66 -
System Red Green Blue C M Y K H S L
Decimal 66 65 186 0.65 0.65 0 0.27 240.5 0.48 0.49
Hex 42 41 BA 41 41 0 1B F0 30 31
Octal 102 101 272 101 101 0 33 360 60 61
Binary 1000010 1000001 10111010 1000001 1000001 0 11011 11110000 110000 110001

Color Harmonies of #4241BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4241BA

Black with #4241BA

Text Example


Text Example

White with #4241BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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