Html Css Color HEX #4250BA Free Speech Blue

📋 copy color: '#4250BA'

red 66 ◦ green 80 ◦ blue 186

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

Shades of Free Speech Blue #4250BA

Tints of Free Speech Blue #4250BA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.1%

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

R = 19.88%
G = 24.1%
B = 56.02%

CMYK

 C value IS 0.65

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4250BA (or 0x4250BA) is known color: Free Speech Blue. HEX triplet: 42, 50 and BA. RGB value is (66,80,186). Sum of RGB (Red+Green+Blue) = 66+80+186=332 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.88% from 332); Green value is 80 (31.64% from 255 or 24.10% from 332); Blue value is 186 (73.05% from 255 or 56.02% from 332); Max value from RGB is 186 - color contains mainly: blue. Hex color #4250BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4250BA is #BDAF45. Grayscale: #575757. Windows color (decimal): -12431174 or 12210242. OLE color: 12210242.

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

Color convert

RGB 66 80 186 -
CMYK 0.65 0.57 0 0.27
HSL 233º 0.48% 0.49% -
HSV(B) 233º 0.65% 0.73% -
XYZ 13.98 10.44 47.73 -
YUV 87.9 183.36 112.38 -
System Red Green Blue C M Y K H S L
Decimal 66 80 186 0.65 0.57 0 0.27 233 0.48 0.49
Hex 42 50 BA 41 39 0 1B E9 30 31
Octal 102 120 272 101 71 0 33 351 60 61
Binary 1000010 1010000 10111010 1000001 111001 0 11011 11101001 110000 110001

Color Harmonies of #4250BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4250BA

Black with #4250BA

Text Example


Text Example

White with #4250BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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