Html Css Color HEX #4249BA Free Speech Blue

📋 copy color: '#4249BA'

red 66 ◦ green 73 ◦ blue 186

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

Shades of Free Speech Blue #4249BA

Tints of Free Speech Blue #4249BA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.46%

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

R = 20.31%
G = 22.46%
B = 57.23%

CMYK

 C value IS 0.65

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4249BA (or 0x4249BA) is known color: Free Speech Blue. HEX triplet: 42, 49 and BA. RGB value is (66,73,186). Sum of RGB (Red+Green+Blue) = 66+73+186=325 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.31% from 325); Green value is 73 (28.91% from 255 or 22.46% from 325); Blue value is 186 (73.05% from 255 or 57.23% from 325); Max value from RGB is 186 - color contains mainly: blue. Hex color #4249BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4249BA is #BDB645. Grayscale: #535353. Windows color (decimal): -12432966 or 12208450. OLE color: 12208450.

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

Color convert

RGB 66 73 186 -
CMYK 0.65 0.61 0 0.27
HSL 236.5º 0.48% 0.49% -
HSV(B) 236.5º 0.65% 0.73% -
XYZ 13.49 9.47 47.57 -
YUV 83.79 185.68 115.31 -
System Red Green Blue C M Y K H S L
Decimal 66 73 186 0.65 0.61 0 0.27 236.5 0.48 0.49
Hex 42 49 BA 41 3D 0 1B EC 30 31
Octal 102 111 272 101 75 0 33 354 60 61
Binary 1000010 1001001 10111010 1000001 111101 0 11011 11101100 110000 110001

Color Harmonies of #4249BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4249BA

Black with #4249BA

Text Example


Text Example

White with #4249BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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